Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
field.h File Reference

Go to the source code of this file.

Classes

class  FieldClass
 

Macros

#define FIELD_HEADER_SIZE   (sizeof(FieldClass) - (sizeof(void *) * 2))
 
#define TYPE_CHAR   1
 
#define TYPE_UNSIGNED_CHAR   2
 
#define TYPE_SHORT   3
 
#define TYPE_UNSIGNED_SHORT   4
 
#define TYPE_LONG   5
 
#define TYPE_UNSIGNED_LONG   6
 
#define TYPE_STRING   7
 
#define TYPE_CHUNK   20
 

Macro Definition Documentation

◆ FIELD_HEADER_SIZE

#define FIELD_HEADER_SIZE   (sizeof(FieldClass) - (sizeof(void *) * 2))

Definition at line 38 of file field.h.

◆ TYPE_CHAR

#define TYPE_CHAR   1

Definition at line 40 of file field.h.

◆ TYPE_CHUNK

#define TYPE_CHUNK   20

Definition at line 47 of file field.h.

◆ TYPE_LONG

#define TYPE_LONG   5

Definition at line 44 of file field.h.

◆ TYPE_SHORT

#define TYPE_SHORT   3

Definition at line 42 of file field.h.

◆ TYPE_STRING

#define TYPE_STRING   7

Definition at line 46 of file field.h.

◆ TYPE_UNSIGNED_CHAR

#define TYPE_UNSIGNED_CHAR   2

Definition at line 41 of file field.h.

◆ TYPE_UNSIGNED_LONG

#define TYPE_UNSIGNED_LONG   6

Definition at line 45 of file field.h.

◆ TYPE_UNSIGNED_SHORT

#define TYPE_UNSIGNED_SHORT   4

Definition at line 43 of file field.h.