1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-06 13:45:34 +00:00
openmw/extern/sol_config/sol/config.hpp
2021-07-09 19:27:00 +02:00

15 lines
324 B
C++

#ifndef SOL_SINGLE_CONFIG_HPP
#define SOL_SINGLE_CONFIG_HPP
#define SOL_SAFE_USERTYPE 1
#define SOL_SAFE_REFERENCES 1
#define SOL_SAFE_FUNCTION_CALLS 1
#define SOL_SAFE_FUNCTION 1
#define SOL_NO_NIL 0
#ifndef NO_LUAJIT
#define SOL_LUAJIT 1
#define SOL_EXCEPTIONS_SAFE_PROPAGATION 0
#endif
#endif // SOL_SINGLE_CONFIG_HPP