mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 13:09:25 +08:00
add: migrate source code of luahook
This commit is contained in:
10
blcrack/cracker/lua/lua.hpp
Normal file
10
blcrack/cracker/lua/lua.hpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef LUA_HPP
|
||||
#define LUA_HPP
|
||||
|
||||
extern "C" {
|
||||
#include "lua.h"
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
}
|
||||
|
||||
#endif //LUA_HPP
|
||||
Reference in New Issue
Block a user