Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Richard Gobeille
EDuke32
Commits
3a30f5a7
Commit
3a30f5a7
authored
Mar 14, 2021
by
nukeykt
Browse files
engine: fix compile error
parent
6cca6c44
Changes
1
Hide whitespace changes
Inline
Side-by-side
source/build/src/engine.cpp
View file @
3a30f5a7
...
...
@@ -13,11 +13,13 @@
#include "build.h"
#include "cache1d.h"
#include "colmatch.h"
#include "common.h"
#include "communityapi.h"
#include "compat.h"
#include "crc32.h"
#include "editor.h"
#include "engine_priv.h"
#include "kplib.h"
#include "lz4.h"
#include "microprofile.h"
#include "osd.h"
...
...
@@ -26,7 +28,6 @@
#include "scriptfile.h"
#include "softsurface.h"
#include "vfs.h"
#include "kplib.h"
#ifdef USE_OPENGL
# include "glad/glad.h"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment