]> Shamusworld >> Repos - warehouse-man-deluxe/blobdiff - src/app.h
Added level editor.
[warehouse-man-deluxe] / src / app.h
index d0105a0c578f5a068b864ba43d7f3303c9dec01f..68bc82dd4256cfccb1511423f80ef3fb81c444bf 100644 (file)
--- a/src/app.h
+++ b/src/app.h
@@ -10,6 +10,7 @@ class App: public QApplication
 {
        public:
                App(int & argc, char * argv[]);
+               ~App();
 
        public:
                MainWin * mainWindow;