dxx-rebirth/arch/include/gui.h
md2211 a0b4cac982 * Removed executable flag on most files
* Reverted value of SOUND_MAX_VOLUME
2007-09-21 19:06:05 +00:00

13 lines
228 B
C

/*
* gui.h
* D2X (Descent2)
*
* Created by Chris Taylor on Sat Jul 03 2004.
*
* Functions that use an OS's graphical interface directly
*/
extern void ErrorDialog(char *message);
extern void WarningDialog(char *s);