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