mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-16 00:01:53 +02:00
7 lines
132 B
C
7 lines
132 B
C
#ifndef __SYS_PREYCMDS_H__
|
|
#define __SYS_PREYCMDS_H__
|
|
|
|
extern void P_InitConsoleCommands( void );
|
|
|
|
#endif /* !__SYS_PREYCMDS_H__ */
|