Develop and Download Open Source Software

Browse Subversion Repository

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


1 #ifndef CSTATIONSELECTMODE_H_INCLUDED
2 #define CSTATIONSELECTMODE_H_INCLUDED
3
4 #include "CStructSelectMode.h"
5
6 /*
7 * 駅舎選択モード
8 */
9 class CStationSelectMode: public CStructSelectMode{
10 private:
11 public:
12 CStationSelectMode();
13 ~CStationSelectMode(){}
14 CModelPlugin *GetModelPlugin();
15 char *PluginDirName(){ return "Station"; }
16 CPluginList *GetPluginList();
17 void EnterModelPlugin();
18 void RenderModelPlugin();
19 };
20
21 // 外部グローバル
22 extern CStationSelectMode *g_StationSelectMode;
23
24 #endif

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