aboutsummaryrefslogtreecommitdiff
path: root/engines/cryomni3d/cryomni3d.h
diff options
context:
space:
mode:
authorLe Philousophe2019-05-26 19:09:34 +0200
committerEugene Sandulenko2019-06-01 22:43:48 +0200
commit28206dd554d38ca154b78bf0c349d1a966c31826 (patch)
tree9d1209c66b136c02a539b979786d611304ea5b78 /engines/cryomni3d/cryomni3d.h
parentff197718c239e10209d8eaf26c90c11af5ed1c80 (diff)
downloadscummvm-rg350-28206dd554d38ca154b78bf0c349d1a966c31826.tar.gz
scummvm-rg350-28206dd554d38ca154b78bf0c349d1a966c31826.tar.bz2
scummvm-rg350-28206dd554d38ca154b78bf0c349d1a966c31826.zip
CRYOMNI3D: Fix include paths
Diffstat (limited to 'engines/cryomni3d/cryomni3d.h')
-rw-r--r--engines/cryomni3d/cryomni3d.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/cryomni3d/cryomni3d.h b/engines/cryomni3d/cryomni3d.h
index 12d42990da..6d6faffda8 100644
--- a/engines/cryomni3d/cryomni3d.h
+++ b/engines/cryomni3d/cryomni3d.h
@@ -33,9 +33,9 @@
#include "engines/engine.h"
-#include "font_manager.h"
-#include "objects.h"
-#include "sprites.h"
+#include "cryomni3d/font_manager.h"
+#include "cryomni3d/objects.h"
+#include "cryomni3d/sprites.h"
class OSystem;