summaryrefslogtreecommitdiff
path: root/src/T2DLL/T2DLL.h
blob: c88e1c71811fa35caa22f11829f7f7605745ab8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#pragma once
#include "common.h"

class T2DLLApp : public CWinApp {
public:
    T2DLLApp();

    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;