mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 01:01:33 +00:00
Add missing include directive
This commit is contained in:
parent
2a360a4201
commit
0859a1597f
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ static char returnWadPath[256];
|
||||||
#include "../i_threads.h"
|
#include "../i_threads.h"
|
||||||
#include "../screen.h" //vid.WndParent
|
#include "../screen.h" //vid.WndParent
|
||||||
#include "../netcode/d_net.h"
|
#include "../netcode/d_net.h"
|
||||||
|
#include "../netcode/commands.h"
|
||||||
#include "../g_game.h"
|
#include "../g_game.h"
|
||||||
#include "../filesrch.h"
|
#include "../filesrch.h"
|
||||||
#include "endtxt.h"
|
#include "endtxt.h"
|
||||||
|
|
Loading…
Reference in a new issue