Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
gamemaps.cpp File Reference
#include "gamemaps.h"

Go to the source code of this file.

Classes

class  GameMapsPostLoad
 
class  GameMapsClassDesc
 

Macros

#define GAMEMAPS_ONOFF_CHUNK   0x0000
 
#define GAMEMAPS_AMT0_CHUNK   0x0001
 
#define GAMEMAPS_AMT1_CHUNK   0x0002
 
#define GAMEMAPS_AMT2_CHUNK   0x0003
 
#define GAMEMAPS_AMT3_CHUNK   0x0004
 
#define GAMEMAPS_AMT4_CHUNK   0x0005
 
#define GAMEMAPS_AMT5_CHUNK   0x0006
 
#define GAMEMAPS_AMT6_CHUNK   0x0007
 
#define GAMEMAPS_AMT7_CHUNK   0x0008
 
#define GAMEMAPS_AMT8_CHUNK   0x0009
 
#define GAMEMAPS_AMT9_CHUNK   0x000A
 
#define GAMEMAPS_AMTA_CHUNK   0x000B
 

Functions

ClassDesc * Get_Game_Maps_Desc ()
 

Macro Definition Documentation

◆ GAMEMAPS_AMT0_CHUNK

#define GAMEMAPS_AMT0_CHUNK   0x0001

Definition at line 54 of file gamemaps.cpp.

◆ GAMEMAPS_AMT1_CHUNK

#define GAMEMAPS_AMT1_CHUNK   0x0002

Definition at line 55 of file gamemaps.cpp.

◆ GAMEMAPS_AMT2_CHUNK

#define GAMEMAPS_AMT2_CHUNK   0x0003

Definition at line 56 of file gamemaps.cpp.

◆ GAMEMAPS_AMT3_CHUNK

#define GAMEMAPS_AMT3_CHUNK   0x0004

Definition at line 57 of file gamemaps.cpp.

◆ GAMEMAPS_AMT4_CHUNK

#define GAMEMAPS_AMT4_CHUNK   0x0005

Definition at line 58 of file gamemaps.cpp.

◆ GAMEMAPS_AMT5_CHUNK

#define GAMEMAPS_AMT5_CHUNK   0x0006

Definition at line 59 of file gamemaps.cpp.

◆ GAMEMAPS_AMT6_CHUNK

#define GAMEMAPS_AMT6_CHUNK   0x0007

Definition at line 60 of file gamemaps.cpp.

◆ GAMEMAPS_AMT7_CHUNK

#define GAMEMAPS_AMT7_CHUNK   0x0008

Definition at line 61 of file gamemaps.cpp.

◆ GAMEMAPS_AMT8_CHUNK

#define GAMEMAPS_AMT8_CHUNK   0x0009

Definition at line 62 of file gamemaps.cpp.

◆ GAMEMAPS_AMT9_CHUNK

#define GAMEMAPS_AMT9_CHUNK   0x000A

Definition at line 63 of file gamemaps.cpp.

◆ GAMEMAPS_AMTA_CHUNK

#define GAMEMAPS_AMTA_CHUNK   0x000B

Definition at line 64 of file gamemaps.cpp.

◆ GAMEMAPS_ONOFF_CHUNK

#define GAMEMAPS_ONOFF_CHUNK   0x0000

Definition at line 53 of file gamemaps.cpp.

Function Documentation

◆ Get_Game_Maps_Desc()

ClassDesc * Get_Game_Maps_Desc ( )

Definition at line 101 of file gamemaps.cpp.