mirror of
https://github.com/id-Software/DOOM-3.git
synced 2026-03-20 17:10:42 +01:00
hello world
This commit is contained in:
22
neo/sys/osx/macosx_local.h
Normal file
22
neo/sys/osx/macosx_local.h
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
#include <sys/wait.h>
|
||||
|
||||
#include "../sys_public.h"
|
||||
|
||||
void OutputDebugString( const char *text );
|
||||
|
||||
// input
|
||||
void Sys_InitInput( void );
|
||||
void Sys_ShutdownInput( void );
|
||||
|
||||
void IN_DeactivateMouse( void);
|
||||
void IN_ActivateMouse( void);
|
||||
|
||||
void IN_Activate (bool active);
|
||||
void IN_Frame (void);
|
||||
|
||||
void * wglGetProcAddress(const char *name);
|
||||
|
||||
void Sleep( const int time );
|
||||
|
||||
void Sys_UpdateWindowMouseInputRect( void );
|
||||
Reference in New Issue
Block a user