mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-15 02:29:25 +08:00
11 lines
124 B
C++
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
|