Doom 3 RTX Initial Checkin.

This commit is contained in:
Justin Marshall
2026-04-22 00:55:07 -07:00
commit 6b65fbd7b1
2056 changed files with 848698 additions and 0 deletions
+22
View 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 );