mirror of
https://github.com/aap/librw.git
synced 2025-12-22 02:19:56 +00:00
implemented userdata plugin
This commit is contained in:
@@ -82,6 +82,13 @@ struct Globals
|
||||
};
|
||||
extern Globals globals;
|
||||
|
||||
struct Args
|
||||
{
|
||||
int argc;
|
||||
char **argv;
|
||||
};
|
||||
extern Args args;
|
||||
|
||||
bool InitRW(void);
|
||||
void TerminateRW(void);
|
||||
EventStatus EventHandler(Event e, void *param);
|
||||
|
||||
Reference in New Issue
Block a user