Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
twiddler.cpp File Reference
#include "twiddler.h"
#include "random.h"
#include "saveloadids.h"
#include "simpledefinitionfactory.h"
#include "persistfactory.h"
#include "win.h"
#include "wwhack.h"
#include "systimer.h"

Go to the source code of this file.

Enumerations

enum  { CHUNKID_VARIABLES = 0x00000100 , CHUNKID_BASE_CLASS = 0x00000200 }
 
enum  { VARID_DEFINTION_ID = 0x01 , VARID_INDIRECT_CLASSID }
 

Functions

 DECLARE_DEFINITION_FACTORY (TwiddlerClass, CLASSID_TWIDDLERS, "Twiddler") _TwiddlerFactory
 

Variables

SimplePersistFactoryClass< TwiddlerClass, CHUNKID_TWIDDLER_TwiddlerPersistFactory
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum
Enumerator
VARID_DEFINTION_ID 
VARID_INDIRECT_CLASSID 

Definition at line 59 of file twiddler.cpp.

◆ anonymous enum

anonymous enum
Enumerator
CHUNKID_VARIABLES 
CHUNKID_BASE_CLASS 

Definition at line 53 of file twiddler.cpp.

Function Documentation

◆ DECLARE_DEFINITION_FACTORY()

DECLARE_DEFINITION_FACTORY ( TwiddlerClass ,
CLASSID_TWIDDLERS ,
"Twiddler"  )

Variable Documentation

◆ _TwiddlerPersistFactory

Definition at line 72 of file twiddler.cpp.