mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
does that help anything?
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@469 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
e91176eff5
commit
2fc07546f0
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
#ifndef DLL_PROG
|
||||
|
||||
#else
|
||||
typedef float vec3_t[3];
|
||||
typedef float vec_t;
|
||||
typedef vec_t vec3_t[3];
|
||||
#endif
|
||||
|
||||
#ifndef t_bool
|
||||
|
|
Loading…
Reference in a new issue