diff options
Diffstat (limited to 'logic/BaseInstance.h')
-rw-r--r-- | logic/BaseInstance.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/BaseInstance.h b/logic/BaseInstance.h index cd49f99b..d4007a41 100644 --- a/logic/BaseInstance.h +++ b/logic/BaseInstance.h @@ -51,6 +51,8 @@ public: /// virtual destructor to make sure the destruction is COMPLETE virtual ~BaseInstance() {}; + virtual void init() {} + /// nuke thoroughly - deletes the instance contents, notifies the list/model which is /// responsible of cleaning up the husk void nuke(); |