SUPER Space invader : Turbo edition DX - VS GOD 1.0.0
A simple space invader ripoff
invadersGrid.h File Reference
#include <vector>
Include dependency graph for invadersGrid.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  InvadersColumn
 Column of invader. More...
 
class  InvadersGrid
 

Enumerations

enum class  InvaderType { TYPEA , TYPEB , TYPEC , NONE }
 List of all invader type. More...
 

Enumeration Type Documentation

◆ InvaderType

enum class InvaderType
strong

List of all invader type.

Enumerator
TYPEA 
TYPEB 
TYPEC 
NONE 

Definition at line 22 of file invadersGrid.h.