mirror of
https://github.com/halpz/re3.git
synced 2025-12-22 17:42:49 +00:00
first commit
This commit is contained in:
6
src/render/Draw.cpp
Normal file
6
src/render/Draw.cpp
Normal file
@@ -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;
|
||||
Reference in New Issue
Block a user