summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2SpriteObj.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2SpriteObj.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/T2DLL/T2SpriteObj.cpp b/src/T2DLL/T2SpriteObj.cpp
new file mode 100644
index 0000000..3254758
--- /dev/null
+++ b/src/T2DLL/T2SpriteObj.cpp
@@ -0,0 +1,11 @@
+#include "T2SpriteObj.h"
+
+T2SpriteObj::T2SpriteObj() {
+ mShowCount = 0;
+ mPosition.x = 0;
+ mPosition.y = 0;
+ mPattern = 0;
+}
+
+T2SpriteObj::~T2SpriteObj() {
+}