1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-28 23:38:40 +00:00
re3/src/render/Draw.cpp

7 lines
179 B
C++
Raw Normal View History

2019-05-15 14:52:37 +00:00
#include "common.h"
#include "Draw.h"
float &CDraw::ms_fNearClipZ = *(float*)0x8E2DC4;
float &CDraw::ms_fFarClipZ = *(float*)0x9434F0;
float &CDraw::ms_fFOV = *(float*)0x5FBC6C;