![]() |
SUPER Space invader : Turbo edition DX - VS GOD 1.0.0
A simple space invader ripoff
|
manager More...
#include <string>
#include "mingl/mingl.h"
#include "mingl/shape/line.h"
#include "mingl/shape/triangle.h"
#include "mingl/shape/rectangle.h"
#include "mingl/shape/circle.h"
#include "mingl/gui/sprite.h"
#include "mingl/gui/text.h"
#include "utils.h"
#include "playMode.h"
#include "menu.h"
#include "scoresManager.h"
#include "mySprite.h"
Go to the source code of this file.
Classes | |
class | PixelManager |
main display function, clear the window and calls sub display functions More... | |
Macros | |
#define | ADD_SPRITE_TASK(X) ADD_SPRITE_TASK2(X, X) |
#define | ADD_SPRITE_TASK2(X, Y) tasks.push_back((X).asyncLoad("assets/"#Y".si2")); |
#define | HEART_LENGTH 40 |
Typedefs | |
typedef nsGui::GlutFont::GlutFonts | Font |
typedef future< void > | Task |
#define ADD_SPRITE_TASK | ( | X | ) | ADD_SPRITE_TASK2(X, X) |
Definition at line 44 of file pixelManager.h.
#define ADD_SPRITE_TASK2 | ( | X, | |
Y | |||
) | tasks.push_back((X).asyncLoad("assets/"#Y".si2")); |
Definition at line 45 of file pixelManager.h.
#define HEART_LENGTH 40 |
Definition at line 150 of file pixelManager.h.
typedef nsGui::GlutFont::GlutFonts Font |
Definition at line 32 of file pixelManager.h.
typedef future<void> Task |
Definition at line 47 of file pixelManager.h.