mid dev inventory - may not be working
[sdlbotor.git] / luainclude.h
blob16165c34ca2a3ad98effc59eb08b675cecd43d38
1 #ifndef LUAINCLUDE_H
2 #define LUAINCLUDE_H
4 extern "C" {
6 #include <lua.h>
7 #include <lualib.h>
8 #include <lauxlib.h>
12 #endif