mirror of
https://github.com/FWGS/hlsdk-xash3d
synced 2024-11-28 13:09:13 +01:00
Fix windows build.
This commit is contained in:
parent
63807139c3
commit
b2d171869d
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
// if C++ mangling differs from C symbol name
|
// if C++ mangling differs from C symbol name
|
||||||
#if _MSC_VER || __WATCOMC__
|
#if _MSC_VER || __WATCOMC__
|
||||||
vec3_t vec3_origin;
|
float vec3_origin[3];
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
float Length( const float *v )
|
float Length( const float *v )
|
||||||
|
Loading…
Reference in New Issue
Block a user