Added comments to Symbians data types.

svn-id: r21631
This commit is contained in:
Lars Persson 2006-04-05 14:10:13 +00:00
parent 48c46eed6b
commit c409c60096

View File

@ -299,13 +299,18 @@
#define SCUMM_LITTLE_ENDIAN
#define SCUMM_NEED_ALIGNMENT
#define SCUMMVM_DONT_DEFINE_TYPES
#define START_PACK_STRUCTS pack(push, 1)
#define END_PACK_STRUCTS pack(pop)
#define SMALL_SCREEN_DEVICE
// Enable Symbians own datatypes
// This is done for two reasons
// a) uint is already defined by Symbians libc component
// b) Symbian is using its "own" datatyping, and the Scummvm port
// should follow this to ensure the best compability possible.
#define SCUMMVM_DONT_DEFINE_TYPES
typedef unsigned char byte;
typedef unsigned char uint8;