From 8f8349e6b115b524386b258cd54f9f63cf7a292f Mon Sep 17 00:00:00 2001
From: johns <>
Date: Mon, 25 Mar 2002 00:38:11 +0000
Subject: [PATCH] Cleanup of the decorations.

---
 src/include/unit.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/include/unit.h b/src/include/unit.h
index 85c503864..c0547bece 100644
--- a/src/include/unit.h
+++ b/src/include/unit.h
@@ -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);