0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-01-20 06:10:44 +00:00
raze-gles/polymer/eduke32/platform/Windows/include/luajit-2.0/lua.hpp

10 lines
135 B
C++
Raw Normal View History

// C++ wrapper for LuaJIT header files.
extern "C" {
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
#include "luajit.h"
}