Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/CStationEditMode.cpp

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-c++src
File size: 482 byte(s)


1 #include "stdafx.h"
2 #include "CScene.h"
3 #include "CStationEditMode.h"
4
5 /*
6 * モードを有効化
7 */
8 void CStationEditMode::EnterStructEdit(){
9 ms_ModeLabel = lang(EditStation);
10 }
11
12 /*
13 * 入力チェック
14 */
15 void CStationEditMode::ScanInputStructEdit(
16 int mode, // モード
17 VEC3 rect1, // 領域始点
18 VEC3 rect2 // 領域終点
19 ){
20 g_Scene->ScanInputStation(mode, rect1, rect2, true);
21 }
22
23 /*
24 * 撤去
25 */
26 void CStationEditMode::Delete(){
27 g_Scene->DeleteStation(NULL);
28 }

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