annotate Engine/MMT.h @ 2551:4008b2f34be0
MainMenu rendering moved from event loop to respective window class
author |
a.parshin |
date |
Tue, 12 May 2015 12:03:30 +0200 |
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; |