From 96a63139221587c6be9659c1e07eacd3a8e7f048 Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Thu, 6 Jul 2023 10:49:52 +0100 Subject: add untested Burger code --- src/Plugins/Common/StdFoodInfoDialog.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/Plugins/Common/StdFoodInfoDialog.h') 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); }; -- cgit v1.2.3