]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
move developer_networkentities extern to protocol.h
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 14 Sep 2003 21:34:00 +0000 (21:34 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 14 Sep 2003 21:34:00 +0000 (21:34 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3460 d7cf8633-e32d-0410-b094-e92efae38249

protocol.c
protocol.h

index 4df89c77708f6b30b69d12eb494876aacfe7d752..410aa56e773b0bda85e979dfe60bf69a8ef4b1bb 100644 (file)
@@ -1,8 +1,6 @@
 
 #include "quakedef.h"
 
-extern cvar_t developer_networkentities;
-
 entity_state_t defaultstate =
 {
        0,//double time; // time this state was built
index d594b03d2b49841335402b1a735ca76b95d74a97..3c12d09ed25c8a59dcd960b335211ab42cb44f7e 100644 (file)
@@ -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