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:
meep-eep
2005-11-20 19:47:51 +00:00
parent 8378d06abc
commit f9becb0e52
+3 -2
View File
@@ -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