Cuberite
A lightweight, fast and extensible game server for Minecraft
tolua++.h
Go to the documentation of this file.
1 
2 // tolua++.h
3 
4 // Redirection file, needed because ToLua++ generates the Bindings.cpp file with >> #include "tolua++.h" <<
5 // Only used from Bindings.cpp
6 
7 
8 
9 
10 #include "tolua++/include/tolua++.h"
11 
12 #ifdef _MSC_VER
13  // Disable specific warnings for the generated Bindings.cpp file:
14  #pragma warning(disable: 4800) // 'int' : forcing value to bool 'true' or 'false' (performance warning)
15 #endif // _MSC_VER
16 
17 
18 
19