SUPER Space invader : Turbo edition DX - VS GOD
1.0.0
A simple space invader ripoff
playMode.h
Go to the documentation of this file.
1
11
#ifndef GUARD_PLAYMODE_H
12
#define GUARD_PLAYMODE_H
13
17
enum class
PlayMode
{
18
NONE
,
19
SINGLE
,
20
TWO_LOCAL
,
21
EXIT
,
22
};
23
24
25
#endif
GodState::NONE
@ NONE
PlayMode
PlayMode
List of all game playmode.
Definition:
playMode.h:17
PlayMode::SINGLE
@ SINGLE
PlayMode::EXIT
@ EXIT
PlayMode::TWO_LOCAL
@ TWO_LOCAL
headers
playMode.h
Generated by
1.9.3