diff options
Diffstat (limited to 'src/Plugins/Resort/Tenbo')
-rw-r--r-- | src/Plugins/Resort/Tenbo/Tenbo.cpp | 7 | ||||
-rw-r--r-- | src/Plugins/Resort/Tenbo/Tenbo.h | 5 | ||||
-rw-r--r-- | src/Plugins/Resort/Tenbo/TenboDef.cpp | 7 | ||||
-rw-r--r-- | src/Plugins/Resort/Tenbo/TenboDef.h | 5 | ||||
-rw-r--r-- | src/Plugins/Resort/Tenbo/TenboPlugin.cpp | 7 | ||||
-rw-r--r-- | src/Plugins/Resort/Tenbo/TenboPlugin.h | 5 |
6 files changed, 36 insertions, 0 deletions
diff --git a/src/Plugins/Resort/Tenbo/Tenbo.cpp b/src/Plugins/Resort/Tenbo/Tenbo.cpp new file mode 100644 index 0000000..cc81eab --- /dev/null +++ b/src/Plugins/Resort/Tenbo/Tenbo.cpp @@ -0,0 +1,7 @@ +#include "Tenbo.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Resort/Tenbo/Tenbo.h b/src/Plugins/Resort/Tenbo/Tenbo.h new file mode 100644 index 0000000..38c8522 --- /dev/null +++ b/src/Plugins/Resort/Tenbo/Tenbo.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class Tenbo { +}; diff --git a/src/Plugins/Resort/Tenbo/TenboDef.cpp b/src/Plugins/Resort/Tenbo/TenboDef.cpp new file mode 100644 index 0000000..0667856 --- /dev/null +++ b/src/Plugins/Resort/Tenbo/TenboDef.cpp @@ -0,0 +1,7 @@ +#include "TenboDef.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Resort/Tenbo/TenboDef.h b/src/Plugins/Resort/Tenbo/TenboDef.h new file mode 100644 index 0000000..8e35dd6 --- /dev/null +++ b/src/Plugins/Resort/Tenbo/TenboDef.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class TenboDef { +}; diff --git a/src/Plugins/Resort/Tenbo/TenboPlugin.cpp b/src/Plugins/Resort/Tenbo/TenboPlugin.cpp new file mode 100644 index 0000000..872a5db --- /dev/null +++ b/src/Plugins/Resort/Tenbo/TenboPlugin.cpp @@ -0,0 +1,7 @@ +#include "TenboPlugin.h" + +#ifdef _DEBUG +#define new DEBUG_NEW +#undef THIS_FILE +static char THIS_FILE[] = __FILE__; +#endif diff --git a/src/Plugins/Resort/Tenbo/TenboPlugin.h b/src/Plugins/Resort/Tenbo/TenboPlugin.h new file mode 100644 index 0000000..67c320a --- /dev/null +++ b/src/Plugins/Resort/Tenbo/TenboPlugin.h @@ -0,0 +1,5 @@ +#pragma once +#include "common.h" + +class TenboPlugin { +}; |