godot-cpp-utils
A collection of utility classes, functions and macros for use with Godot and GDExtension.
Loading...
Searching...
No Matches
game_state.hpp
1
#ifndef UTILS_GAME_STATE_HPP
2
#define UTILS_GAME_STATE_HPP
3
4
#include <godot_cpp/classes/resource.hpp>
5
6
namespace
utils {
11
class
GameState
:
public
godot::Resource {
12
GDCLASS(
GameState
, godot::Resource);
13
static
void
_bind_methods();
14
public
:
15
};
16
}
17
18
#endif
// !UTILS_GAME_STATE_HPP
utils::GameState
Parent class for saved game state.
Definition
game_state.hpp:11
Generated by
1.9.7