mirror of
https://git.code.sf.net/p/quake/game-source
synced 2024-11-25 21:31:23 +00:00
11 lines
120 B
C++
11 lines
120 B
C++
|
#ifndef QW_BUILTINS_qh
|
||
|
#define QW_BUILTINS_qh 1
|
||
|
|
||
|
@extern {
|
||
|
#include "qw/builtins.qc"
|
||
|
};
|
||
|
|
||
|
#include "sz_watch.qh"
|
||
|
|
||
|
#endif
|