Tweaked TODO comments

This commit is contained in:
Kayne Ruse
2014-11-06 00:04:42 +11:00
parent 77b47b4634
commit cfdc61c357
5 changed files with 47 additions and 73 deletions
+5 -1
View File
@@ -25,7 +25,11 @@
#include "entity.hpp"
#include "region_pager_lua.hpp"
#include "lua.hpp"
#if defined(__MINGW32__)
#include "lua/lua.hpp"
#else
#include "lua.hpp"
#endif
#include <list>
#include <string>