1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-15 03:39:26 +08:00
Files
Alas/blcrack/cracker/lua/lua.hpp
2025-03-18 15:12:42 +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