summaryrefslogtreecommitdiff
path: root/src/T2DLL/CObjectList.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/T2DLL/CObjectList.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/T2DLL/CObjectList.cpp b/src/T2DLL/CObjectList.cpp
new file mode 100644
index 0000000..8aa761d
--- /dev/null
+++ b/src/T2DLL/CObjectList.cpp
@@ -0,0 +1,11 @@
+#include "CObjectList.h"
+
+CObjectList::CObjectList() {
+}
+
+/*virtual*/ CObjectList::~CObjectList() {
+}
+
+/*virtual*/ void CObjectList::AllClear() {
+ RemoveItemsAt(mItemCount, 1);
+}