Skip to content

Commit

Permalink
net: Move D_ReceiveTic prototype to d_loop.h
Browse files Browse the repository at this point in the history
  • Loading branch information
turol committed Sep 28, 2022
1 parent 42d6bf7 commit e633e8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/d_loop.h
Expand Up @@ -86,6 +86,8 @@ boolean D_NonVanillaRecord(boolean conditional, const char *feature);
boolean D_NonVanillaPlayback(boolean conditional, int lumpnum,
const char *feature);

void D_ReceiveTic(ticcmd_t *ticcmds, boolean *playeringame);


extern fixed_t offsetms;

Expand Down
1 change: 0 additions & 1 deletion src/net_client.c
Expand Up @@ -43,7 +43,6 @@
#include "w_checksum.h"
#include "w_wad.h"

extern void D_ReceiveTic(ticcmd_t *ticcmds, boolean *playeringame);

typedef enum
{
Expand Down

0 comments on commit e633e8e

Please sign in to comment.