Quake 4 integrated with DoomRTX

This commit is contained in:
Justin Marshall
2026-05-09 22:10:40 -07:00
parent 8c4a087aa9
commit d37f87e493
436 changed files with 277587 additions and 10254 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef __SYS_CMDS_H__
#define __SYS_CMDS_H__
void D_DrawDebugLines( void );
void KillEntities( const idCmdArgs &args, const idTypeInfo &superClass );
void GiveStuffToPlayer( idPlayer* player, const char* name, const char* value );
#endif /* !__SYS_CMDS_H__ */