BARE2D
LuaHeaders.hpp
Go to the documentation of this file.
1 // I don't really need this, but in order to preserve consistency (and my precious, precious time), I made this header.
2 
3 extern "C" {
4 #include <lua5.3/lua.h>
5 #include <lua5.3/lauxlib.h>
6 #include <lua5.3/luaconf.h>
7 #include <lua5.3/lualib.h>
8 }