Files
Faset_Engine/tools/project_templates/Gameplay.hpp
T

8 lines
185 B
C++

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