Develop and Download Open Source Software

Browse Subversion Repository

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


1 #ifndef RAILMAP_H_INCLUDED
2 #define RAILMAP_H_INCLUDED
3
4 void InitRailMap();
5 void DumpMapLine(VEC2, D3DCOLOR, VEC2, D3DCOLOR, bool shadow = true);
6 void RailMapLine(VEC3, D3DCOLOR, VEC3, D3DCOLOR, bool shadow = true, bool bold = false);
7 void RailMapText(VEC3, char *, D3DCOLOR);
8 void RenderRailMap();
9
10 extern bool g_MapDrawNeeded;
11
12 #endif

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