Mercurial > mm7
annotate Engine/MMT.h @ 2568:f2f2595fe308
rename Decals[], DecalCount
author | Ritor1 |
---|---|
date | Thu, 21 May 2015 18:32:45 +0600 |
parents | fc5e83bbafd1 |
children |
rev | line source |
---|---|
2499 | 1 #pragma once |
2 | |
3 void ShowLogoVideo(); | |
4 void MMT_MainMenu_Loop(); | |
5 void MMT_MenuMessageProc(); | |
6 void DrawMMTCopyrightWindow(); | |
2509 | 7 extern bool FileExists(const char *fname); |
2499 | 8 |
9 extern bool use_MMT; | |
2508 | 10 extern bool use_music_folder; |
2499 | 11 extern bool for_refactoring; |