dxx-rebirth/arch/include/gui.h

13 lines
228 B
C
Raw Normal View History

2006-03-20 17:12:09 +00:00
/*
* 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);