godot-cpp-utils/game_state.cpp

8 lines
111 B
C++

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