diff options
Diffstat (limited to '')
-rw-r--r-- | src/render/Draw.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/render/Draw.cpp b/src/render/Draw.cpp new file mode 100644 index 00000000..f26f2ada --- /dev/null +++ b/src/render/Draw.cpp @@ -0,0 +1,6 @@ +#include "common.h" +#include "Draw.h" + +float &CDraw::ms_fNearClipZ = *(float*)0x8E2DC4; +float &CDraw::ms_fFarClipZ = *(float*)0x9434F0; +float &CDraw::ms_fFOV = *(float*)0x5FBC6C; |