Cleanup of the decorations.

This commit is contained in:
johns 2002-03-25 00:38:11 +00:00
parent e9d29d9904
commit 8f8349e6b1

View file

@ -841,6 +841,8 @@ extern void DrawSelectionCorners(const Unit* unit,const UnitType* type
/// Load the decorations (health,mana) of units
extern void LoadDecorations(void);
/// Clean the decorations (health,mana) of units
extern void CleanDecorations(void);
/// Draw all units visible on map
extern void DrawUnits(void);