Mercurial > mm7
annotate Engine/MMT.h @ 2509:fc5e83bbafd1
FileExists
author | Ritor1 |
---|---|
date | Thu, 02 Oct 2014 12:23:52 +0600 |
parents | 491f0babd563 |
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; |