mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 00:10:40 +00:00
more independence cleanups and nq is closer to running
This commit is contained in:
parent
6d6c34320f
commit
baa5ce01a1
9 changed files with 148 additions and 42 deletions
|
@ -165,4 +165,9 @@ extern sv_fields_t sv_fields;
|
|||
|
||||
#define PROGHEADER_CRC 54730
|
||||
|
||||
extern func_t EndFrame;
|
||||
extern func_t SpectatorConnect;
|
||||
extern func_t SpectatorThink;
|
||||
extern func_t SpectatorDisconnect;
|
||||
|
||||
#endif // __sv_progs_h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue