summaryrefslogtreecommitdiff
path: root/src/Plugins/Common/StdFoodInfoDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Plugins/Common/StdFoodInfoDialog.h')
-rw-r--r--src/Plugins/Common/StdFoodInfoDialog.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/Plugins/Common/StdFoodInfoDialog.h b/src/Plugins/Common/StdFoodInfoDialog.h
index 3a72974..f340a18 100644
--- a/src/Plugins/Common/StdFoodInfoDialog.h
+++ b/src/Plugins/Common/StdFoodInfoDialog.h
@@ -1,5 +1,13 @@
#pragma once
#include "common.h"
+#include "StdShopInfoDialog.h"
-class StdFoodInfoDialog {
+class StdFoodInfoDialog : public StdShopInfoDialog {
+public:
+ StdFoodInfoDialog(T2Tenant *inTenant);
+ virtual ~StdFoodInfoDialog();
+
+protected:
+ virtual void GenerateComments();
+ virtual BOOL GenerateStatusProc(CString &outStr, BOOL &outIsBad);
};