SUNENGINE
0.0.2
A simple and bright C++ game engine.
Loading...
Searching...
No Matches
RegistrationState.h
Go to the documentation of this file.
1
8
9
#ifndef RegistrationState_H
10
#define RegistrationState_H
11
18
enum class
RegistrationState
19
{
20
CURRENTLY_DEREGISTERED,
21
PENDING_REGISTRATION,
22
CURRENTLY_REGISTERED,
23
PENDING_DEREGISTRATION
24
};
25
26
#endif
RegistrationState
RegistrationState
Enum class representing the registration states of GameObjects.
Definition
RegistrationState.h:19
tmorrow5_LUCIA_ge2
berthiaume2025spring_gam377
student
tmorrow5
SUNENGINE
src
SUNENGINE
GameObject
RegistrationState.h
Generated by
1.13.2