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
17enum class PlayMode {
18 NONE,
19 SINGLE,
21 EXIT,
22};
23
24
25#endif
PlayMode
List of all game playmode.
Definition: playMode.h:17