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;
|
typedef CAPTAIN_STUFF *PCAPTAIN_STUFF;
|
||||||
#define CAPTAIN_STUFFPTR PCAPTAIN_STUFF
|
#define CAPTAIN_STUFFPTR PCAPTAIN_STUFF
|
||||||
|
|
||||||
|
typedef void (IntelligenceFunc) (PVOID ShipPtr, PVOID ObjectsOfConcern,
|
||||||
|
COUNT ConcernCounter);
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
COUNT ManeuverabilityIndex;
|
COUNT ManeuverabilityIndex;
|
||||||
COUNT WeaponRange;
|
COUNT WeaponRange;
|
||||||
void (*intelligence_func) (PVOID ShipPtr, PVOID ObjectsOfConcern,
|
IntelligenceFunc *intelligence_func;
|
||||||
COUNT ConcernCounter);
|
|
||||||
} INTEL_STUFF;
|
} INTEL_STUFF;
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
|
|||||||
Reference in New Issue
Block a user