godot-cpp-utils/game_state.cpp

10 lines
135 B
C++
Raw Normal View History

#include "game_state.hpp"
using namespace godot;
namespace utils {
void GameState::_bind_methods() {
#define CLASSNAME GameState
}
}