mirror of
https://github.com/fortressforever/fortressforever-2013.git
synced 2024-11-25 13:51:25 +00:00
yep this is still needed
This commit is contained in:
parent
03280a0b9a
commit
0d20ce6447
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@
|
|||
// engine
|
||||
#include "filesystem.h"
|
||||
|
||||
// TODO: check if these things are still needed for lua/luabind
|
||||
//#undef MINMAX_H
|
||||
//#undef min
|
||||
//#undef max
|
||||
// dexter note 10/29/2013 these are definitely still needed for lua/luabind
|
||||
#undef MINMAX_H
|
||||
#undef min
|
||||
#undef max
|
||||
//
|
||||
// luabind
|
||||
#include "lua.hpp"
|
||||
|
|
Loading…
Reference in a new issue