implemented CTrain

This commit is contained in:
aap 2019-07-29 19:18:03 +02:00
commit 5f6b235301
15 changed files with 941 additions and 97 deletions

View file

@ -18,6 +18,7 @@ extern wchar *gUString;
extern wchar *gUString2;
extern bool &b_FoundRecentSavedGameWantToLoad;
extern bool gbPrintShite;
extern bool gbModelViewer;
class CSprite2d;