summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2DLL.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/T2DLL/T2DLL.h')
-rw-r--r--src/T2DLL/T2DLL.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/T2DLL/T2DLL.h b/src/T2DLL/T2DLL.h
index c88e1c7..e72bef2 100644
--- a/src/T2DLL/T2DLL.h
+++ b/src/T2DLL/T2DLL.h
@@ -8,13 +8,13 @@ public:
DECLARE_MESSAGE_MAP()
};
-extern AFX_DATA_EXPORT T2SoundPlayer *Sounds;
-extern AFX_DATA_EXPORT CT2App *gT2App;
-extern AFX_DATA_EXPORT int gCommonColor[20];
-extern AFX_DATA_EXPORT BOOL FFEnable;
-extern AFX_DATA_EXPORT DWORD FFBaseForce;
-extern AFX_DATA_EXPORT IDirectInput *FFgpdi;
-extern AFX_DATA_EXPORT IDirectInputDevice2 *FFJoystick;
-extern AFX_DATA_EXPORT IDirectInputEffect *FFBuild;
-extern AFX_DATA_EXPORT IDirectInputEffect *FFStatic;
-extern AFX_DATA_EXPORT T2TowerDoc *g_TowerDoc;
+extern AFX_EXT_DATA T2SoundPlayer *Sounds;
+extern AFX_EXT_DATA CT2App *gT2App;
+extern AFX_EXT_DATA int gCommonColor[20];
+extern AFX_EXT_DATA BOOL FFEnable;
+extern AFX_EXT_DATA DWORD FFBaseForce;
+extern AFX_EXT_DATA IDirectInput *FFgpdi;
+extern AFX_EXT_DATA IDirectInputDevice2 *FFJoystick;
+extern AFX_EXT_DATA IDirectInputEffect *FFBuild;
+extern AFX_EXT_DATA IDirectInputEffect *FFStatic;
+extern AFX_EXT_DATA T2TowerDoc *g_TowerDoc;