Possible fix of linux build

This commit is contained in:
Sergeanur 2020-10-25 12:38:08 +02:00
parent 6634410aee
commit e0394e6e69
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,6 @@
#include "sampman.h"
#include "Font.h"
#include "Text.h"
#include "crossplatform.h"
cDMAudio DMAudio;

View File

@ -89,6 +89,7 @@
#include "frontendoption.h"
#include "postfx.h"
#include "custompipes.h"
#include "crossplatform.h"
eLevelName CGame::currLevel;
bool CGame::bDemoMode = true;