Develop and Download Open Source Software

Browse Subversion Repository

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


1 #ifndef RSPV_H_INCLUDED
2 #define RSPV_H_INCLUDED
3
4 // プレビュータイプ
5 const int RSPV_NONE = 0;
6 const int RSPV_RAIL = 1;
7 const int RSPV_TIE = 2;
8 const int RSPV_GIRDER = 3;
9 const int RSPV_PIER = 4;
10 const int RSPV_LINE = 5;
11 const int RSPV_POLE = 6;
12 const int RSPV_TRAIN = 7;
13 const int RSPV_STATION = 8;
14 const int RSPV_STRUCT = 9;
15 const int RSPV_SURFACE = 10;
16 const int RSPV_ENV = 11;
17 const int RSPV_SKIN = 12;
18
19 #endif

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