mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-04-05 07:16:29 +00:00
Lot of work and added MS Detours
This commit is contained in:
9
include/lua/lua.hpp
Normal file
9
include/lua/lua.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
// C++ wrapper for LuaJIT header files.
|
||||
|
||||
extern "C" {
|
||||
#include "lua.h"
|
||||
#include "lauxlib.h"
|
||||
#include "lualib.h"
|
||||
#include "luajit.h"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user