home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 March / Gamestar_82_2006-03_dvd.iso / DVDStar / Editace / quake4_sdkv10.exe / source / game / gamesys / SysCmds.h < prev    next >
C/C++ Source or Header  |  2005-11-14  |  184b  |  10 lines

  1.  
  2. #ifndef __SYS_CMDS_H__
  3. #define __SYS_CMDS_H__
  4.  
  5. void    D_DrawDebugLines( void );
  6.  
  7. void    KillEntities( const idCmdArgs &args, const idTypeInfo &superClass );
  8.  
  9. #endif /* !__SYS_CMDS_H__ */
  10.