mirror of
https://github.com/Pinsplash/halflife2chaos.git
synced 2024-10-29 23:32:38 +01:00
re-include cbase on windows
This commit is contained in:
parent
66080e56e4
commit
d62d802752
@ -6,8 +6,12 @@
|
||||
/*
|
||||
*/
|
||||
|
||||
// ACBOB: this file shits the bed if cbase is included. ...it compiles fine without it being included.
|
||||
// #include "cbase.h"
|
||||
// ACBOB: HACK! Commenting this include works on Linux. It does not work on windows.
|
||||
// Preprocessor time!
|
||||
#ifdef _WIN32
|
||||
#include "cbase.h"
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <cmath>
|
||||
#include "hl2_player.h"
|
||||
|
Loading…
Reference in New Issue
Block a user