mirror of
https://github.com/electronicarts/CnC_Remastered_Collection.git
synced 2025-09-03 02:42:48 +02: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