14 lines
343 B
C
14 lines
343 B
C
#ifndef s_comp_h
|
|
#define s_comp_h
|
|
|
|
#include <dirs.h>
|
|
|
|
#define LIB_CONTAINER DIR_COMP "/container"
|
|
#define LIB_HOLDER DIR_COMP "/holder"
|
|
#define LIB_OBJECT DIR_COMP "/object"
|
|
#define LIB_SEAL DIR_COMP "/seal"
|
|
#define LIB_WEAPON DIR_COMP "/weapon"
|
|
#define LIB_SURFACE DIR_COMP "/surface"
|
|
|
|
#endif /* s_comp_h */
|