* 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
7 lines
No EOL
160 B
C
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__
|