summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2ToolDefList.cpp
diff options
context:
space:
mode:
authorAsh Wolf <ninji@wuffs.org>2023-06-14 00:50:34 +0100
committerAsh Wolf <ninji@wuffs.org>2023-06-14 00:50:34 +0100
commit37e364b2c6cc7487a1c888d256a73e5337bb7189 (patch)
treeeaf6e857382eef16c2dd940eb4125536fbe068bd /src/T2DLL/T2ToolDefList.cpp
downloadt2win-37e364b2c6cc7487a1c888d256a73e5337bb7189.tar.gz
t2win-37e364b2c6cc7487a1c888d256a73e5337bb7189.zip
initial commit
Diffstat (limited to '')
-rw-r--r--src/T2DLL/T2ToolDefList.cpp79
1 files changed, 79 insertions, 0 deletions
diff --git a/src/T2DLL/T2ToolDefList.cpp b/src/T2DLL/T2ToolDefList.cpp
new file mode 100644
index 0000000..ef41d49
--- /dev/null
+++ b/src/T2DLL/T2ToolDefList.cpp
@@ -0,0 +1,79 @@
+#include "T2ToolDefList.h"
+
+T2ToolDefDB::T2ToolDefDB(const T2ToolDefDB&) {
+}
+
+T2ToolDefDB& T2ToolDefDB::operator=(const T2ToolDefDB&) {
+}
+
+T2ToolDefDB::T2ToolDefDB() {
+}
+
+/*virtual*/ T2ToolDefDB::~T2ToolDefDB() {
+}
+
+void T2ToolDefDB::AllClear() {
+}
+
+void T2ToolDefDB::Regist(T2ToolDef*) {
+}
+
+void T2ToolDefDB::Add(T2ToolDefList*) {
+}
+
+T2ToolDefList* T2ToolDefDB::GetToolDefList(int) {
+}
+
+T2TenantDef* T2ToolDefDB::FindFloor() {
+}
+
+int T2ToolDefList::GetCategory() {
+}
+
+int T2ToolDefList::GetCurrentItem() {
+}
+
+void T2ToolDefList::SetCurrentItem(int) {
+}
+
+int T2ToolDefList::GetCurrentVariant() {
+}
+
+void T2ToolDefList::SetCurrentVariant(int) {
+}
+
+T2ToolDefList::T2ToolDefList(const T2ToolDefList&) {
+}
+
+T2ToolDefList& T2ToolDefList::operator=(const T2ToolDefList&) {
+}
+
+T2ToolDefList::T2ToolDefList(int) {
+}
+
+/*virtual*/ T2ToolDefList::~T2ToolDefList() {
+}
+
+void T2ToolDefList::AllClear() {
+}
+
+void T2ToolDefList::Regist(T2ToolDef*) {
+}
+
+void T2ToolDefList::Add(T2ToolDef*) {
+}
+
+unsigned int T2ToolDefList::GetItemCount() {
+}
+
+T2ToolDef* T2ToolDefList::GetItemAt(int) {
+}
+
+T2TenantDef* T2ToolDefList::FindFloor() {
+}
+
+T2TenantDef* T2ToolDefList::FindTenantDef(int) {
+}
+
+T2MoverDef* T2ToolDefList::FindMoverDef(int) {
+}