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