DinkSmallwoodHD/source/GUI/DMODMenu.h
seth ac152e940e * Escape now brings up the classic dink escape menu, the Dink HD menu was just too intrusive. It will show a text message that you can hit Shift-Escape to bring up the HD menu as well
* Made dialog box background look better by making it 32 bit with alpha, no more "cracks" at some resolutions.  Custom dialogs may still get line cracks at non 640X480 but whatever
* Default resolution is now 1024X768 fullscreen instead of 640X480
* dmod listing is packed tighter and now sorted alphabetically by dmod name, not directory name

git-svn-id: svn://rtsoft.com/rtsvn/projects/RTDink@1509 353e56fe-9613-0410-8469-b96ad8e6f29c
2017-09-26 12:41:23 +00:00

7 lines
No EOL
160 B
C

#ifndef DMODMenu_h__
#define DMODMenu_h__
#include "BaseApp.h"
Entity * DMODMenuCreate(Entity *pParentEnt, bool bFadeIn = false);
#endif // DMODMenu_h__