Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

application.h File Reference

#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/


Define Documentation

#define DATA_DIR   "data"
 

Definition at line 14 of file application.h.

#define DATAFILE      DATA_DIR DIR_SEP X
 

use DATAFILE("file") to load a file from data/

Definition at line 19 of file application.h.

Referenced by SubWorld::SubWorld().

#define DIR_SEP   "/"
 

Definition at line 15 of file application.h.

#define STUB   cout << __FILE__ << ": Line " << __LINE__ << " " << __PRETTY_FUNCTION__ << endl
 

add "STUB;" to a function to print out when it was entered

Definition at line 8 of file application.h.


Generated on Sun Dec 8 12:02:20 2002 for nnc by doxygen1.3-rc1