mirror of
https://git.code.sf.net/p/quake/game-source
synced 2025-04-19 05:54:12 +00:00
8 lines
80 B
C++
8 lines
80 B
C++
|
#ifndef SYSTEM_qh
|
||
|
#define SYSTEM_qh 1
|
||
|
|
||
|
@extern {
|
||
|
#include "system.qc"
|
||
|
};
|
||
|
|
||
|
#endif
|