aboutsummaryrefslogtreecommitdiff
path: root/src/client/lua_api/gameparts.hpp
blob: e6f02a1093d9d4e736e5146415da94d314c074ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
extern "C" {
  #include <lua.h>
  #include <lauxlib.h>
  #include <lualib.h>
}

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;