Mercurial > mm7
annotate Engine/MMT.h @ 2535:3a36de426f5f
For draw uPlayerCreationUI_ArrowAnim
author | Ritor1 |
---|---|
date | Sun, 15 Feb 2015 23:39:07 +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; |