comparison MapInfo.h @ 2259:43a508455445

Adding MapInfo.cpp, moving a few functions there
author Grumpy7
date Tue, 04 Mar 2014 00:02:21 +0100
parents ee2724b9ca05
children 104fdbea0386
comparison
equal deleted inserted replaced
2258:01d7e9ec51e6 2259:43a508455445
84 #pragma pack(push, 1) 84 #pragma pack(push, 1)
85 struct MapStats 85 struct MapStats
86 { 86 {
87 void Initialize(); 87 void Initialize();
88 MAP_TYPE GetMapInfo(const char *Str2); 88 MAP_TYPE GetMapInfo(const char *Str2);
89 89 int sub_410D99_get_map_index(int a1);
90 MapInfo pInfos[77]; 90 MapInfo pInfos[77];
91 unsigned int uNumMaps; 91 unsigned int uNumMaps;
92
93
92 }; 94 };
93 #pragma pack(pop) 95 #pragma pack(pop)
94 96
95 97
96 98