diff options
Diffstat (limited to 'src/Plugins/Hotel/Suite/Suite.h')
-rw-r--r-- | src/Plugins/Hotel/Suite/Suite.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Plugins/Hotel/Suite/Suite.h b/src/Plugins/Hotel/Suite/Suite.h new file mode 100644 index 0000000..e346913 --- /dev/null +++ b/src/Plugins/Hotel/Suite/Suite.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class Suite { +}; |