thunderbrew/src/util/Lua.hpp

11 lines
136 B
C++
Raw Normal View History

2023-01-02 13:17:18 -06:00
#ifndef UTIL_LUA_HPP
#define UTIL_LUA_HPP
extern "C" {
#include "lua.h"
#include "lualib.h"
#include "lauxlib.h"
}
#endif