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