15 lines
268 B
C
15 lines
268 B
C
/*
|
|||
|
|
* Copyright 2007, Hugo Santos. All Rights Reserved.
|
||
|
|
* Distributed under the terms of the MIT License.
|
||
|
|
*
|
||
|
|
* Authors:
|
||
|
|
* Hugo Santos, [email protected]
|
||
|
|
*/
|
||
|
|
#ifndef _SLAB_SLAB_H_
|
||
|
|
#define _SLAB_SLAB_H_
|
||
|
|
|
||
|
|
#include <slab/Base.h>
|
||
#include <slab/Depot.h>
|
|||
|
|||
|
|
#endif
|