14 lines
378 B
C
14 lines
378 B
C
#ifndef s_virtual_h
|
|
#define s_virtual_h
|
|
|
|
#include <lib.h>
|
|
|
|
#define LIB_VIRT_LAND DIR_VIRT "/virt_land"
|
|
#define LIB_VIRT_MAP DIR_VIRT "/virt_map"
|
|
#define LIB_VIRT_SKY DIR_VIRT "/virt_sky"
|
|
#define LIB_VIRT_SPACE DIR_VIRT "/virt_space"
|
|
#define LIB_VIRT_SURFACE DIR_VIRT "/virt_surface"
|
|
#define LIB_VIRT_SUBSURFACE DIR_VIRT "/virt_subsurface"
|
|
|
|
#endif /* s_virtual_h */
|