mirror of
https://github.com/electronicarts/CnC_Remastered_Collection.git
synced 2026-07-04 09:13:13 -04:00
August 6th Patch Update
Accumulated DLL source code changes since June 22nd patch
This commit is contained in:
@@ -3615,6 +3615,15 @@ typedef enum OptionControlType : char {
|
||||
} OptionControlType;
|
||||
|
||||
|
||||
/****************************************************************************
|
||||
** Used to store firing data for a unit.
|
||||
*/
|
||||
typedef struct {
|
||||
COORDINATE Center;
|
||||
int Distance;
|
||||
} FireDataType;
|
||||
|
||||
|
||||
#define size_of(typ,id) sizeof(((typ*)0)->id)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user