more work on the Linux stuff, though nothing's working yet

This commit is contained in:
AJ Kelly
2011-08-22 17:23:09 -05:00
parent e2ab3d6493
commit c7ac0b4466
5 changed files with 52 additions and 5 deletions
@@ -1,9 +1,12 @@
#ifndef LOADING_WINDOW_MODULE_GTK
#define LOADING_WINDOW_MODULE_GTK
struct RageSurface;
typedef const char *(*INIT)(int *argc, char ***argv);
typedef void (*SHUTDOWN)();
typedef void (*SETTEXT)( const char *s );
typedef void (*SETICON)( const RageSurface *pSrcImg );
typedef void (*SETSPLASH)( const char *s );
typedef void (*SETPROGRESS)( int progress, int totalWork );
typedef void (*SETINDETERMINATE)( bool indeterminate );