From 5c6a48b2ff362a70416a6a00fda7d06e0f276f2d Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Sat, 1 Jul 2023 02:43:29 +0100 Subject: i am in hell --- src/T2DLL/T2ToolDefList.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/T2DLL/T2ToolDefList.h') diff --git a/src/T2DLL/T2ToolDefList.h b/src/T2DLL/T2ToolDefList.h index faa8bf3..92b4425 100644 --- a/src/T2DLL/T2ToolDefList.h +++ b/src/T2DLL/T2ToolDefList.h @@ -2,18 +2,7 @@ #include "common.h" #include "LArray.h" -class AFX_EXT_CLASS T2ToolDefDB : public LArray { -public: - T2ToolDefDB(); - virtual ~T2ToolDefDB(); - void AllClear(); - void Regist(T2ToolDef* inToolDef); - void Add(T2ToolDefList* inToolDefList); - T2ToolDefList* GetToolDefList(int inCategory); - T2TenantDef* FindFloor(); -}; - -class AFX_EXT_CLASS T2ToolDefList : public LArray { +class AFX_CLASS_EXPORT T2ToolDefList : public LArray { public: T2ToolDefList(int inCategory); virtual ~T2ToolDefList(); -- cgit v1.2.3