mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-11 07:01:43 +00:00
7c00f2b190
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@18 fc73d0e0-1445-4013-8a0c-d673dee63da5
17 lines
204 B
C
17 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;
|
|
|