#include "../util/hashmap.h" extern "C" { #include #include #include } typedef struct LISceneNode { irr::scene::ISceneNode* n; map_t funcmap; const char* type; } LIGUIElement; extern lua_State* tL; extern irr::IrrlichtDevice* gamedevice; extern long nodenum;