Files
Faset_Engine/examples/tutorials/moving/Gameplay.hpp
T

8 lines
183 B
C++

#pragma once
#include <faset/runtime/Runtime.hpp>
namespace faset::gameplay {
void registerGameplay(runtime::Runtime& world);
nlohmann::json schema();
} // namespace faset::gameplay