18 lines
204 B
C
18 lines
204 B
C
|
#ifndef DLL_PROG
|
||
|
|
||
|
#else
|
||
|
typedef float vec3_t[3];
|
||
|
#endif
|
||
|
|
||
|
#ifndef t_bool
|
||
|
#define t_bool
|
||
|
typedef int pbool;
|
||
|
|
||
|
#else
|
||
|
#define t_bool
|
||
|
#endif
|
||
|
typedef int progsnum_t;
|
||
|
typedef int func_t;
|
||
|
typedef char *string_t;
|
||
|
|