#include "Main.h"
Include dependency graph for client.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | XMAX 640 |
#define | YMAX 480 |
#define | NUM_COLORS 256 |
#define | DEB(x) |
#define | MIN(x, y) (x<y)?x:y |
Variables | |
iotm::Ticker | ticks |
Main * | appl |
|
|
|
|
Definition at line 40 of file client.h. Referenced by InitSDL::DrawBox(). |
|
File ......... client.h Published .... 2005-02-07 Author ....... grymse@alhem.net Definition at line 28 of file client.h. Referenced by InitSDL::DrawBox(), and Main::Main(). |
|
Definition at line 29 of file client.h. Referenced by InitSDL::DrawBox(), and Main::Main(). |
|
|
|
Definition at line 32 of file client.h. Referenced by EventFactory::StateMachine(). |