Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/CRailSelectMode.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download) (as text)
Sun Aug 15 01:53:13 2010 UTC (13 years, 9 months ago) by okadu
File MIME type: text/x-chdr
File size: 586 byte(s)


1 #ifndef CRAILSELECTMODE_H_INCLUDED
2 #define CRAILSELECTMODE_H_INCLUDED
3
4 #include "C3DPluginMode.h"
5 #include "CRailwayMode.h"
6
7 /*
8 * レール選択モード
9 */
10 class CRailSelectMode: public C3DPluginMode, public CRailwayMode{
11 private:
12 public:
13 CRailSelectMode();
14 ~CRailSelectMode(){}
15 CPopMenu *Dispatch(CMDTYPE, DWORD);
16 char *PluginDirName(){ return "Rail"; }
17 CPluginList *GetPluginList();
18 void Enter3DPlugin();
19 void ModalFunc3DPlugin();
20 void ScanInput3DPlugin();
21 void Render3DPlugin();
22 };
23
24 // 外部グローバル
25 extern CRailSelectMode *g_RailSelectMode;
26
27 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26