mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
9 lines
No EOL
164 B
C++
9 lines
No EOL
164 B
C++
#pragma once
|
|
|
|
#include "libs/sol2/sol.hpp"
|
|
#include "nlohmann/json.hpp"
|
|
|
|
namespace lua_utils
|
|
{
|
|
sol::table mapJsonToLua(sol::state &lua, nlohmann::json json);
|
|
}; |