1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Do not run the main loop inside the GMenu2X constructor, but in a method.

This commit is contained in:
Maarten ter Huurne
2010-06-19 03:50:23 +02:00
parent 7a5d099ff8
commit 3efa602af0
2 changed files with 9 additions and 12 deletions

View File

@@ -193,7 +193,7 @@ public:
ASFont *font;
//Status functions
int main();
void main();
void options();
void settingsOpen2x();
void skinMenu();