#include <limits.h>
#include <float.h>
#include "list.h"
#include "rgnlist.h"
#include "ccobject.h"
#include "prefs.h"
#include "bmplist.h"
#include "fraclist.h"
Go to the source code of this file.
Classes | |
class | Application |
Represents an instance of the Camelot application. More... | |
Defines | |
#define | FONTMANAGER (GetApplication()->GetFontManager()) |
#define | NOISEMANAGER (GetApplication()->GetNoiseManager()) |
Functions | |
Application * | GetApplication () |
Variables | |
Application | Camelot |
To determine if we are currently shutting down Camelot. | |
const INT32 | IDLEPRIORITY_HIGH = 1 |
const INT32 | IDLEPRIORITY_LOW = 2 |
|
|
|
|
|
Definition at line 594 of file app.h. 00594 { return &Camelot; }
|
|
To determine if we are currently shutting down Camelot.
|
|
|
|
|