App

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(SDL_Texture* tex, uint x, uint y, uint w, uint h)
Undocumented in source. Be warned that the author may not have intended to support it.
loadSurface
SDL_Texture* loadSurface(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
present
void present()
Undocumented in source. Be warned that the author may not have intended to support it.
shouldExit
bool shouldExit()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

eventThread
void eventThread(Tid tid)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ants
SDL_Texture*[Ant.Faces] ants;
Undocumented in source.
empty
SDL_Texture* empty;
Undocumented in source.
food
SDL_Texture* food;
Undocumented in source.
screen
SDL_Texture* screen;
Undocumented in source.
wall
SDL_Texture* wall;
Undocumented in source.

Meta