mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Fixed linux compilation errors
This commit is contained in:
parent
f38645d19f
commit
f6c25921dc
1 changed files with 3 additions and 2 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue