1
0
Fork 0
cuberite-2a/tests/LuaThreadStress/LuaState_Typedefs.inc

20 lines
315 B
PHP
Raw Normal View History

// LuaState_Typedefs.inc
// Dummy include file needed for LuaState to compile successfully
// Forward-declare classes that are used in the API but never called:
struct HTTPRequest;
struct HTTPTemplateRequest;
class cPluginLua;
class cBoundingBox;
template <typename T> class cItemCallback;
class cEntity;