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/T2FireBurning.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/T2DLL/T2FireBurning.h') diff --git a/src/T2DLL/T2FireBurning.h b/src/T2DLL/T2FireBurning.h index 6e5f3da..6aca35c 100644 --- a/src/T2DLL/T2FireBurning.h +++ b/src/T2DLL/T2FireBurning.h @@ -16,7 +16,7 @@ enum { kFireFightDoNothing = 3, }; -class AFX_EXT_CLASS T2FireBurning : public T2EventItem { +class AFX_CLASS_EXPORT T2FireBurning : public T2EventItem { public: T2FireBurning(T2TowerEvent* inTowerEvent, CResFile* inResFile, int inSubID); virtual ~T2FireBurning(); @@ -53,7 +53,7 @@ protected: T2PeoplePtrList *mPeopleList; }; -class AFX_EXT_CLASS T2Fire { +class AFX_CLASS_EXPORT T2Fire { public: T2Fire(POINT& inPt, T2TowerDoc* inDoc, int inVar, T2ImageObj* inImageObj); ~T2Fire(); @@ -80,7 +80,7 @@ protected: T2People *mFireman; }; -class AFX_EXT_CLASS T2Helicopter { +class AFX_CLASS_EXPORT T2Helicopter { public: T2Helicopter(T2TowerDoc* inDoc, const T2Tenant* inTenant); ~T2Helicopter(); @@ -97,7 +97,7 @@ public: BOOL mWaterVisible; }; -class AFX_EXT_CLASS T2FireAttach : public LAttachment { +class AFX_CLASS_EXPORT T2FireAttach : public LAttachment { public: T2FireAttach(T2EventItem* inOwner, unsigned int inMessage, BOOL inExecuteHost); virtual ~T2FireAttach(); -- cgit v1.2.3