mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-25 13:21:30 +00:00
8 lines
92 B
C++
8 lines
92 B
C++
#ifndef QW_SYSTEM_qh
|
|
#define QW_SYSTEM_qh 1
|
|
|
|
@extern {
|
|
#include "qw/sys_defs.qc"
|
|
};
|
|
|
|
#endif
|