Fixed linux compilation errors

This commit is contained in:
OM 2023-06-25 22:07:17 +02:00
parent f38645d19f
commit f6c25921dc

View file

@ -94,10 +94,11 @@ void CL_CDDialog( void ) {
void CL_FlushMemory( void ) {
}
void CL_StartHunkUsers( void ) {
void CL_StartHunkUsers( qboolean rendererOnly ) {
}
void CL_ShutdownAll(void) {}
void CL_ShutdownAll(qboolean shutdownRef) {
}
qboolean CL_CDKeyValidate( const char *key, const char *checksum ) { return qtrue; }