summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2TenantInfoDialog.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2TenantInfoDialog.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/T2DLL/T2TenantInfoDialog.h b/src/T2DLL/T2TenantInfoDialog.h
new file mode 100644
index 0000000..aa68b8b
--- /dev/null
+++ b/src/T2DLL/T2TenantInfoDialog.h
@@ -0,0 +1,11 @@
+#pragma once
+#include "common.h"
+
+class T2TenantInfoDialog {
+public:
+ T2TenantInfoDialog(T2Tenant*);
+ virtual ~T2TenantInfoDialog();
+
+ T2Tenant* GetTenant() const {}
+ T2TenantDef* GetTenantDef() const {}
+};