diff options
Diffstat (limited to 'src/d_net.h')
-rw-r--r-- | src/d_net.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/d_net.h b/src/d_net.h index b2e06666..df3d2d4b 100644 --- a/src/d_net.h +++ b/src/d_net.h @@ -50,5 +50,8 @@ void TryRunTics (void); // Called at start of game loop to initialise timers void D_StartGameLoop(void); +extern boolean drone; +extern boolean net_cl_new_sync; + #endif |