////////////////////////////////////////////////////////////////////// // This file is part of Remere's Map Editor ////////////////////////////////////////////////////////////////////// #ifndef LUA_API_JSON_H #define LUA_API_JSON_H #include namespace LuaAPI { void registerJson(sol::state &lua); } #endif