summaryrefslogtreecommitdiffstats
path: root/src/render/Draw.cpp
blob: f26f2ada0115efd567159d4122a8cdb76d21ff19 (plain) (blame)
1
2
3
4
5
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;