mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
undef "near" and "far"
Eidolon: "they're legacy code compatibility defines that don't seem to have any way to be disabled other than undefing them"
This commit is contained in:
parent
9a409c5e93
commit
7e33f92049
1 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,11 @@
|
||||||
#include "st_stuff.h"
|
#include "st_stuff.h"
|
||||||
#include "v_video.h"
|
#include "v_video.h"
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
|
#undef near
|
||||||
|
#undef far
|
||||||
|
#endif
|
||||||
|
|
||||||
using namespace srb2;
|
using namespace srb2;
|
||||||
|
|
||||||
namespace
|
namespace
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue