galaxy
1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
State.cpp
Go to the documentation of this file.
1
7
8
#include "
State.hpp
"
9
10
namespace
galaxy
11
{
12
State::State
(
const
std::string& name) noexcept
13
: m_name {name}
14
{
15
}
16
17
const
std::string&
State::name
() const noexcept
18
{
19
return
m_name
;
20
}
21
}
// namespace galaxy
State.hpp
galaxy::State::State
State()=delete
Constructor.
galaxy::State::name
const std::string & name() const noexcept
Get state name.
Definition
State.cpp:17
galaxy::State::m_name
std::string m_name
Name for debug purposes.
Definition
State.hpp:76
galaxy
Animated.cpp galaxy.
Definition
Animated.cpp:16
galaxy
src
galaxy
state
State.cpp
Generated on Fri Sep 26 2025 09:07:31 for galaxy by
1.12.0