diff options
Diffstat (limited to '')
-rw-r--r-- | src/T2DLL/T2FloorCEArray.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/T2DLL/T2FloorCEArray.cpp b/src/T2DLL/T2FloorCEArray.cpp new file mode 100644 index 0000000..f12a81a --- /dev/null +++ b/src/T2DLL/T2FloorCEArray.cpp @@ -0,0 +1,7 @@ +#include "T2FloorCEArray.h" + +T2FloorCEArray::T2FloorCEArray() { +} + +/*virtual*/ T2FloorCEArray::~T2FloorCEArray() { +} |