2004-08-23 01:38:21 +00:00
|
|
|
#ifndef DLL_PROG
|
|
|
|
|
|
|
|
#else
|
2004-11-17 18:15:20 +00:00
|
|
|
typedef float vec_t;
|
|
|
|
typedef vec_t vec3_t[3];
|
2004-08-23 01:38:21 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef t_bool
|
|
|
|
#define t_bool
|
|
|
|
typedef int pbool;
|
|
|
|
|
|
|
|
#else
|
|
|
|
#define t_bool
|
|
|
|
#endif
|
|
|
|
typedef int progsnum_t;
|
|
|
|
typedef int func_t;
|
2005-05-15 18:49:04 +00:00
|
|
|
typedef int string_t;
|
2004-08-23 01:38:21 +00:00
|
|
|
|