mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-10 06:31:52 +00:00
10 lines
105 B
C++
10 lines
105 B
C++
#ifndef SYSTEM_qh
|
|
#define SYSTEM_qh 1
|
|
|
|
#include "sys_defs.qh"
|
|
|
|
@extern {
|
|
#include "system.qc"
|
|
};
|
|
|
|
#endif
|