#include <CSWorld.h>
Public Member Functions | |
MapData () | |
~MapData () | |
Data Fields | |
char * | name |
int | offsetX |
int | offsetY |
bool | isBackground |
bool | isParallax |
|
Definition at line 30 of file CSWorld.h. References isBackground, isParallax, offsetX, and offsetY.
00031 { 00032 name = 0; 00033 offsetX = 0; 00034 offsetY = 0; 00035 isBackground = false;; 00036 isParallax = false; 00037 } |
|
Definition at line 39 of file CSWorld.h.
|
|
Definition at line 25 of file CSWorld.h. Referenced by CSWorldData::~CSWorldData(). |
|
Definition at line 26 of file CSWorld.h. Referenced by MapData(). |
|
Definition at line 27 of file CSWorld.h. Referenced by MapData(). |
|
Definition at line 28 of file CSWorld.h. Referenced by MapData(). |
|
Definition at line 29 of file CSWorld.h. Referenced by MapData(). |