diff options
Diffstat (limited to 'source/cl_public.h')
-rw-r--r-- | source/cl_public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cl_public.h b/source/cl_public.h index f965545..65cedad 100644 --- a/source/cl_public.h +++ b/source/cl_public.h @@ -125,7 +125,7 @@ void IN_WarpMouse( int x, int y ); void Key_Init( void ); void Key_Event( unsigned key, qboolean down, unsigned time ); void Key_CharEvent( int key ); -void Key_WriteBindings( fileHandle_t f ); +void Key_WriteBindings( qhandle_t f ); char *VID_GetClipboardData( void ); void VID_SetClipboardData( const char *data ); |