git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1469 353e56fe-9613-0410-8469-b96ad8e6f29c
10 lines
No EOL
293 B
C
10 lines
No EOL
293 B
C
#ifndef PauseMenu_h__
|
|
#define PauseMenu_h__
|
|
|
|
#include "App.h"
|
|
|
|
Entity * PauseMenuCreate(Entity *pParentEnt);
|
|
Entity * DinkQuitGame(); //kills dink and loads the appropriate last menu and returns a pointer to it
|
|
void PlayMenuMusic();
|
|
Entity * DinkRestartGame();
|
|
#endif // PauseMenu_h__
|