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

Go to the source code of this file.

Macros

#define ADC(SUM, A, B, C)
 

Macro Definition Documentation

◆ ADC

#define ADC ( SUM,
A,
B,
C )
Value:
SUM = (A) + (B) + (C); C = ((SUM < (A)) || (SUM < (B)))

Definition at line 51 of file rand.cpp.