diff options
Diffstat (limited to 'src/npc.h')
-rw-r--r-- | src/npc.h | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,9 +1,8 @@ /* - * Aethyra + * The Mana World * Copyright (C) 2004 The Mana World Development Team * - * This file is part of Aethyra based on original code - * from The Mana World. + * This file is part of The Mana World. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -51,6 +50,11 @@ class NPC : public Player void buy(); void sell(); + /** + * Call this to ease clean up of the current NPC, without causing + * interface problems + */ + void handleDeath(); protected: Network *mNetwork; void updateCoords(); |