summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2ObjectArrayList.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2ObjectArrayList.cpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/T2DLL/T2ObjectArrayList.cpp b/src/T2DLL/T2ObjectArrayList.cpp
new file mode 100644
index 0000000..20ccd32
--- /dev/null
+++ b/src/T2DLL/T2ObjectArrayList.cpp
@@ -0,0 +1,13 @@
+#include "T2ObjectArrayList.h"
+
+T2ObjectArrayList::T2ObjectArrayList() {
+}
+
+/*virtual*/ T2ObjectArrayList::~T2ObjectArrayList() {
+}
+
+void T2ObjectArrayList::AddObjectArray(T2ObjectArray*) {
+}
+
+T2ObjectArray* T2ObjectArrayList::GetObjectArrayAt(int) {
+}