Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
agg_def.h File Reference
#include "proto.h"
#include "rendobj.h"
#include "w3d_file.h"
#include "w3derr.h"
#include "vector.h"
#include "bittype.h"
#include <string.h>

Go to the source code of this file.

Classes

class  AggregateDefClass
 
struct  AggregateDefClass::_TEXTURE_INFO
 
class  AggregatePrototypeClass
 
class  AggregateLoaderClass
 

Macros

#define AGGREGATE_DEF_H
 
#define SAFE_FREE(pointer)
 

Variables

AggregateLoaderClass _AggregateLoader
 

Macro Definition Documentation

◆ AGGREGATE_DEF_H

#define AGGREGATE_DEF_H

Definition at line 41 of file agg_def.h.

◆ SAFE_FREE

#define SAFE_FREE ( pointer)
Value:
{ \
if (pointer) { \
::free (pointer); \
pointer = 0; \
} \
}

Definition at line 67 of file agg_def.h.

Variable Documentation

◆ _AggregateLoader

AggregateLoaderClass _AggregateLoader
extern

Definition at line 60 of file agg_def.cpp.