mirror of
https://github.com/devZoGok/gameBase.git
synced 2026-08-26 19:43:28 +00:00
12 lines
169 B
C++
12 lines
169 B
C++
#ifndef SOL_UTIL_H
|
|
#define SOL_UTIL_H
|
|
#define SOL_ALL_SAFETIES_ON 1
|
|
|
|
#include <sol/sol.hpp>
|
|
|
|
namespace gameBase{
|
|
static sol::state sol, &SOL_LUA_STATE = sol;
|
|
}
|
|
|
|
#endif
|