Fixed warning
This commit is contained in:
parent
93d544fc6d
commit
361dced34c
1 changed files with 2 additions and 2 deletions
|
@ -799,8 +799,8 @@ extern int NumberBoolFlag; /// Number of user defined bool flag
|
|||
-- Functions
|
||||
----------------------------------------------------------------------------*/
|
||||
|
||||
typedef struct lua_State lua_State;
|
||||
extern UnitType* CclGetUnitType(lua_State* l); /// Access unit-type object
|
||||
struct lua_State;
|
||||
extern UnitType* CclGetUnitType(struct lua_State* l); /// Access unit-type object
|
||||
extern void UnitTypeCclRegister(void); /// Register ccl features
|
||||
|
||||
extern void UpdateStats(int reset_to_default); /// Update unit stats
|
||||
|
|
Loading…
Add table
Reference in a new issue