Provide a stub for GLimp_GrabInput()

Fixes compilation of the dedicated server.
This commit is contained in:
dhewg 2012-07-20 21:04:04 +02:00
parent 227e8ee5c9
commit 89071f1f57

View file

@ -387,3 +387,4 @@ void GLimp_Shutdown() {};
void GLimp_SwapBuffers() {};
void GLimp_ActivateContext() {};
void GLimp_DeactivateContext() {};
void GLimp_GrabInput(int flags) {};