mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 19:23:51 +02:00
10 lines
152 B
C
10 lines
152 B
C
// Copyright (C) 2004 Id Software, Inc.
|
|
//
|
|
|
|
#ifndef __SYS_CMDS_H__
|
|
#define __SYS_CMDS_H__
|
|
|
|
void D_DrawDebugLines( void );
|
|
|
|
#endif /* !__SYS_CMDS_H__ */
|