diff options
Diffstat (limited to 'src/game/GlobalEvents.h')
-rw-r--r-- | src/game/GlobalEvents.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/GlobalEvents.h b/src/game/GlobalEvents.h index 26b1fc80ae1..aa99c47985e 100644 --- a/src/game/GlobalEvents.h +++ b/src/game/GlobalEvents.h @@ -17,11 +17,14 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + /// \addtogroup world /// @{ /// \file + #ifndef __GLOBALEVENTS_H #define __GLOBALEVENTS_H + void CorpsesErase(); void HandleCorpsesErase(void*); #endif |