From c0c336500955a23e344651e5412c9d9d441ef4ee Mon Sep 17 00:00:00 2001 From: Ash Wolf Date: Wed, 28 Jun 2023 22:22:32 +0100 Subject: first pass of T2DLL --- src/T2DLL/T2HaveOutViewObject.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/T2DLL/T2HaveOutViewObject.h') diff --git a/src/T2DLL/T2HaveOutViewObject.h b/src/T2DLL/T2HaveOutViewObject.h index f0508a5..a035fa1 100644 --- a/src/T2DLL/T2HaveOutViewObject.h +++ b/src/T2DLL/T2HaveOutViewObject.h @@ -2,7 +2,7 @@ #include "common.h" #include "T2DrawableObject.h" -class T2HaveOutViewObject : public T2DrawableObject { +class AFX_EXT_CLASS T2HaveOutViewObject : public T2DrawableObject { public: T2HaveOutViewObject(); virtual ~T2HaveOutViewObject(); @@ -18,12 +18,12 @@ public: unsigned int GetValiation() const { return mValiation; } -protected: - virtual void SetUsed(int); - virtual void InitLoaded(); - T2ToolDef *mToolDef; int mRefCon; CResourcePlugin *mSubPlugin; unsigned int mValiation; + +protected: + virtual void SetUsed(BOOL inUsed); + virtual void InitLoaded(); }; -- cgit v1.2.3