mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-05 12:30:42 +00:00
42b4208d1e
This was not at all pleasant to merge, and problems should be expected. ;) git-svn-id: https://svn.eduke32.com/eduke32@194 1a8010ca-5511-0410-912e-c29ae57300e0
9 lines
240 B
C
9 lines
240 B
C
#ifndef __gtkbits_h__
|
|
#define __gtkbits_h__
|
|
|
|
extern void gtkbuild_init(int *argc, char ***argv);
|
|
extern void gtkbuild_exit(int r);
|
|
extern int gtkbuild_msgbox(char *name, char *msg);
|
|
extern int gtkbuild_ynbox(char *name, char *msg);
|
|
|
|
#endif
|