Develop and Download Open Source Software

Browse Subversion Repository

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


1 #ifndef CSTATIONBUILDMODE_H_INCLUDED
2 #define CSTATIONBUILDMODE_H_INCLUDED
3
4 #include "CStructBuildMode.h"
5
6 /*
7 * 駅舎設置モード
8 */
9 class CStationBuildMode: public CStructBuildMode{
10 protected:
11 public:
12 CStationBuildMode(){}
13 ~CStationBuildMode(){}
14 void EnterStructBuild();
15 void Build();
16 void RenderStructBuild();
17 };
18
19 // 外部グローバル
20 extern CStationBuildMode *g_StationBuildMode;
21
22 #endif

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