1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 12:09:25 +08:00
Files
Alas/blcrack/cracker/lua/lua.hpp

11 lines
124 B
C++
Raw Normal View History

2025-11-01 00:23:46 +08:00
#ifndef LUA_HPP
#define LUA_HPP
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
#endif //LUA_HPP