Add missing include directive

This commit is contained in:
LJ Sonic 2023-01-13 22:28:03 +01:00
parent 2c6bb71726
commit 684382fc5e

View file

@ -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"