copy common sdl code to the input manager,

next removing it from njoy*


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1987 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
nakeee
2009-01-23 01:12:32 +00:00
parent 8a87001778
commit 1b141c8775
4 changed files with 99 additions and 8 deletions

View File

@ -82,6 +82,7 @@ typedef struct
void *eventHandler;
void *config;
void *messageLogger;
void *inputManager;
} PLUGIN_GLOBALS;
///////////////////////////////