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
21
struct
InvaderTypeDef
{
25
nsGraphics::RGBAcolor
color
;
26
30
unsigned
points
;
31
};
32
33
#endif
InvaderTypeDef
defines an invader type
Definition:
invaderDef.h:21
InvaderTypeDef::points
unsigned points
points given to the player by defeating this invader type
Definition:
invaderDef.h:30
InvaderTypeDef::color
nsGraphics::RGBAcolor color
color of the invader type
Definition:
invaderDef.h:25
utils.h
utilies for the game
headers
invaderDef.h
Generated by
1.9.3