git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1469 353e56fe-9613-0410-8469-b96ad8e6f29c
9 lines
No EOL
233 B
C
9 lines
No EOL
233 B
C
#ifndef MainMenu_h__
|
|
#define MainMenu_h__
|
|
|
|
#include "App.h"
|
|
|
|
#define BACK_BUTTON_Y 293
|
|
Entity * MainMenuCreate(Entity *pParentEnt, bool bFadeIn = false);
|
|
Entity * AddTitle( Entity *pEnt, string title);
|
|
#endif // MainMenu_h__
|