]> icculus.org git repositories - btb/d2x.git/blob - arch/include/gui.h
use the orientation parameter of g3_draw_bitmap
[btb/d2x.git] / arch / include / gui.h
1 /*
2  *  gui.h
3  *  D2X (Descent2)
4  *
5  *  Created by Chris Taylor on Sat Jul 03 2004.
6  *
7  *  Functions that use an OS's graphical interface directly
8  */
9
10 extern void ErrorDialog(char *message);
11
12 extern void WarningDialog(char *s);