Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/CPierSelectMode.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: 584 byte(s)


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

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