mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 19:23:51 +02:00
12 lines
266 B
C
12 lines
266 B
C
|
|
#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__ */
|