thunderbrew/src/util/Lua.hpp
2023-01-02 13:17:18 -06:00

10 lines
136 B
C++

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