yep this is still needed

This commit is contained in:
Dexter 2013-10-30 03:06:28 +00:00 committed by squeek
parent 03280a0b9a
commit 0d20ce6447

View file

@ -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"