#include <SDL/SDL.h>
#include <string>
#include "graphics.h"
#include "input.h"
#include "sound.h"
Go to the source code of this file.
Compounds | |
class | Application |
Application is a high level definition. More... | |
Defines | |
#define | STUB cout << __FILE__ << ": Line " << __LINE__ << " " << __PRETTY_FUNCTION__ << endl |
add "STUB;" to a function to print out when it was entered | |
#define | DATA_DIR "data" |
#define | DIR_SEP "/" |
#define | DATAFILE(X) DATA_DIR DIR_SEP X |
use DATAFILE("file") to load a file from data/ |
|
Definition at line 14 of file application.h. |
|
use DATAFILE("file") to load a file from data/
Definition at line 19 of file application.h. Referenced by SubWorld::SubWorld(). |
|
Definition at line 15 of file application.h. |
|
add "STUB;" to a function to print out when it was entered
Definition at line 8 of file application.h. |