Some cleanup.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2010 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -72,12 +72,13 @@ typedef struct captain_stuff
|
||||
typedef CAPTAIN_STUFF *PCAPTAIN_STUFF;
|
||||
#define CAPTAIN_STUFFPTR PCAPTAIN_STUFF
|
||||
|
||||
typedef void (IntelligenceFunc) (PVOID ShipPtr, PVOID ObjectsOfConcern,
|
||||
COUNT ConcernCounter);
|
||||
typedef struct
|
||||
{
|
||||
COUNT ManeuverabilityIndex;
|
||||
COUNT WeaponRange;
|
||||
void (*intelligence_func) (PVOID ShipPtr, PVOID ObjectsOfConcern,
|
||||
COUNT ConcernCounter);
|
||||
IntelligenceFunc *intelligence_func;
|
||||
} INTEL_STUFF;
|
||||
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user