1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 17:59:25 +08:00
Files
Alas/blcrack/cracker/lua/lua.hpp
2025-11-01 00:23:46 +08:00

11 lines
124 B
C++

#ifndef LUA_HPP
#define LUA_HPP
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
#endif //LUA_HPP