dxx-rebirth/arch/include/gui.h
2006-03-20 17:12:09 +00:00

13 lines
228 B
C
Executable file

/*
* 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);