diff options
| author | Ash Wolf <ninji@wuffs.org> | 2023-07-05 20:28:50 +0100 | 
|---|---|---|
| committer | Ash Wolf <ninji@wuffs.org> | 2023-07-05 20:28:50 +0100 | 
| commit | 27fc86e8c0450a7fe33d76344c4d53e23a70a6c3 (patch) | |
| tree | dfeb7e4acad0ce0f9f1581401366488df119bb38 /src/Plugins/Hotel/Twin | |
| parent | 6f9dd03d70dc9121fb5f898b266d19b411c8459c (diff) | |
| download | t2win-27fc86e8c0450a7fe33d76344c4d53e23a70a6c3.tar.gz t2win-27fc86e8c0450a7fe33d76344c4d53e23a70a6c3.zip | |
add empty files for plugin source code
Diffstat (limited to 'src/Plugins/Hotel/Twin')
| -rw-r--r-- | src/Plugins/Hotel/Twin/Twin.cpp | 7 | ||||
| -rw-r--r-- | src/Plugins/Hotel/Twin/Twin.h | 5 | ||||
| -rw-r--r-- | src/Plugins/Hotel/Twin/TwinDef.cpp | 7 | ||||
| -rw-r--r-- | src/Plugins/Hotel/Twin/TwinDef.h | 5 | ||||
| -rw-r--r-- | src/Plugins/Hotel/Twin/TwinPlugin.cpp | 7 | ||||
| -rw-r--r-- | src/Plugins/Hotel/Twin/TwinPlugin.h | 5 | 
6 files changed, 36 insertions, 0 deletions
| diff --git a/src/Plugins/Hotel/Twin/Twin.cpp b/src/Plugins/Hotel/Twin/Twin.cpp new file mode 100644 index 0000000..d52bb84 --- /dev/null +++ b/src/Plugins/Hotel/Twin/Twin.cpp @@ -0,0 +1,7 @@ +#include "Twin.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Hotel/Twin/Twin.h b/src/Plugins/Hotel/Twin/Twin.h new file mode 100644 index 0000000..e3b0d6e --- /dev/null +++ b/src/Plugins/Hotel/Twin/Twin.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class Twin { +}; diff --git a/src/Plugins/Hotel/Twin/TwinDef.cpp b/src/Plugins/Hotel/Twin/TwinDef.cpp new file mode 100644 index 0000000..e338d3f --- /dev/null +++ b/src/Plugins/Hotel/Twin/TwinDef.cpp @@ -0,0 +1,7 @@ +#include "TwinDef.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Hotel/Twin/TwinDef.h b/src/Plugins/Hotel/Twin/TwinDef.h new file mode 100644 index 0000000..c2deb51 --- /dev/null +++ b/src/Plugins/Hotel/Twin/TwinDef.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class TwinDef { +}; diff --git a/src/Plugins/Hotel/Twin/TwinPlugin.cpp b/src/Plugins/Hotel/Twin/TwinPlugin.cpp new file mode 100644 index 0000000..f1101d1 --- /dev/null +++ b/src/Plugins/Hotel/Twin/TwinPlugin.cpp @@ -0,0 +1,7 @@ +#include "TwinPlugin.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Hotel/Twin/TwinPlugin.h b/src/Plugins/Hotel/Twin/TwinPlugin.h new file mode 100644 index 0000000..9f55bb8 --- /dev/null +++ b/src/Plugins/Hotel/Twin/TwinPlugin.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class TwinPlugin { +}; | 
