SUPER Space invader : Turbo edition DX - VS GOD 1.0.0
A simple space invader ripoff
invaderDef.h
Go to the documentation of this file.
1
11#ifndef GUARD_INVADERDEF_H
12#define GUARD_INVADERDEF_H
13
14#include "mingl/graphics/rgbacolor.h"
15#include "utils.h"
16
25 nsGraphics::RGBAcolor color;
26
30 unsigned points;
31};
32
33#endif
defines an invader type
Definition: invaderDef.h:21
unsigned points
points given to the player by defeating this invader type
Definition: invaderDef.h:30
nsGraphics::RGBAcolor color
color of the invader type
Definition: invaderDef.h:25
utilies for the game