From: havoc Date: Sun, 14 Sep 2003 21:34:00 +0000 (+0000) Subject: move developer_networkentities extern to protocol.h X-Git-Tag: xonotic-v0.1.0preview~6383 X-Git-Url: https://git.xonotic.org/?a=commitdiff_plain;h=670fff8d7da36276013d5052d1167b52c417e677;p=xonotic%2Fdarkplaces.git move developer_networkentities extern to protocol.h git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3460 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/protocol.c b/protocol.c index 4df89c77..410aa56e 100644 --- a/protocol.c +++ b/protocol.c @@ -1,8 +1,6 @@ #include "quakedef.h" -extern cvar_t developer_networkentities; - entity_state_t defaultstate = { 0,//double time; // time this state was built diff --git a/protocol.h b/protocol.h index d594b03d..3c12d09e 100644 --- a/protocol.h +++ b/protocol.h @@ -571,5 +571,7 @@ void EntityFrame4_SV_WriteFrame_End(entity_database4_t *d, sizebuf_t *msg); // reads a frame from the network stream void EntityFrame4_CL_ReadFrame(entity_database4_t *d); +extern cvar_t developer_networkentities; + #endif