summaryrefslogtreecommitdiffstats
path: root/src/core/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/Instance.h')
-rw-r--r--src/core/Instance.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/Instance.h b/src/core/Instance.h
index 4a7f9aa9..01dfb6a2 100644
--- a/src/core/Instance.h
+++ b/src/core/Instance.h
@@ -10,4 +10,5 @@ public:
int m_modelIndex;
public:
~CInstance() = default;
+ void Shutdown();
};