Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
motchan.cpp File Reference
#include "motchan.h"
#include "w3d_file.h"
#include "chunkio.h"
#include "vector.h"
#include "wwmath.h"
#include "quat.h"

Go to the source code of this file.

Macros

#define FILTER_TABLE_SIZE   (256)
 
#define FILTER_TABLE_GEN_START   (16)
 
#define FILTER_TABLE_GEN_SIZE   (FILTER_TABLE_SIZE - FILTER_TABLE_GEN_START)
 
#define PACKET_SIZE   (9)
 

Macro Definition Documentation

◆ FILTER_TABLE_GEN_SIZE

#define FILTER_TABLE_GEN_SIZE   (FILTER_TABLE_SIZE - FILTER_TABLE_GEN_START)

Definition at line 59 of file motchan.cpp.

◆ FILTER_TABLE_GEN_START

#define FILTER_TABLE_GEN_START   (16)

Definition at line 58 of file motchan.cpp.

◆ FILTER_TABLE_SIZE

#define FILTER_TABLE_SIZE   (256)

Definition at line 57 of file motchan.cpp.

◆ PACKET_SIZE

#define PACKET_SIZE   (9)

Definition at line 983 of file motchan.cpp.