HDK
|
#include <UT/UT_Args.h>
#include <UT/UT_Exit.h>
#include <UT/UT_Main.h>
#include <UT/UT_WorkBuffer.h>
#include <IMG/IMG_TileDevice.h>
#include <IMG/IMG_TileOptions.h>
#include <TIL/TIL_TileMPlay.h>
Go to the source code of this file.
Classes | |
struct | PlaneDef |
Macros | |
#define | XRES 320 |
#define | YRES 240 |
#define | TXRES 16 |
#define | TYRES 16 |
#define | NPLANES (sizeof(thePlanes)/sizeof(PlaneDef)) |
Functions | |
int | theMain (int argc, char *argv[]) |
UT_MAIN (theMain) | |
Variables | |
PlaneDef | thePlanes [] |
Definition at line 63 of file tiledevice.C.
#define TXRES 16 |
Definition at line 48 of file tiledevice.C.
#define TYRES 16 |
Definition at line 49 of file tiledevice.C.
#define XRES 320 |
Definition at line 46 of file tiledevice.C.
#define YRES 240 |
Definition at line 47 of file tiledevice.C.
Definition at line 172 of file tiledevice.C.
UT_MAIN | ( | theMain | ) |
PlaneDef thePlanes[] |
Definition at line 57 of file tiledevice.C.