mirror of
https://github.com/dhewm/dhewm3.git
synced 2025-01-31 13:40:38 +00:00
Provide a stub for GLimp_GrabInput()
Fixes compilation of the dedicated server.
This commit is contained in:
parent
227e8ee5c9
commit
89071f1f57
1 changed files with 1 additions and 0 deletions
|
@ -387,3 +387,4 @@ void GLimp_Shutdown() {};
|
|||
void GLimp_SwapBuffers() {};
|
||||
void GLimp_ActivateContext() {};
|
||||
void GLimp_DeactivateContext() {};
|
||||
void GLimp_GrabInput(int flags) {};
|
||||
|
|
Loading…
Reference in a new issue