[Scummvm-git-logs] scummvm master -> 42be31fa937c711d8558933e643d834e8772fdd7
sev-
noreply at scummvm.org
Thu Mar 14 22:58:04 UTC 2024
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
42be31fa93 CREATE_ENGINE: Sync engine skeletons with the current master
Commit: 42be31fa937c711d8558933e643d834e8772fdd7
https://github.com/scummvm/scummvm/commit/42be31fa937c711d8558933e643d834e8772fdd7
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2024-03-14T23:57:53+01:00
Commit Message:
CREATE_ENGINE: Sync engine skeletons with the current master
palette.h -> paletteman.h
Changed paths:
devtools/create_engine/files/xyzzy.cpp
devtools/create_engine/files_events/view1.cpp
devtools/create_engine/files_events/xyzzy.cpp
diff --git a/devtools/create_engine/files/xyzzy.cpp b/devtools/create_engine/files/xyzzy.cpp
index 17ccc8fd6e0..a6852b667ad 100644
--- a/devtools/create_engine/files/xyzzy.cpp
+++ b/devtools/create_engine/files/xyzzy.cpp
@@ -29,7 +29,7 @@
#include "common/events.h"
#include "common/system.h"
#include "engines/util.h"
-#include "graphics/palette.h"
+#include "graphics/paletteman.h"
namespace Xyzzy {
diff --git a/devtools/create_engine/files_events/view1.cpp b/devtools/create_engine/files_events/view1.cpp
index 77ee7f55981..154cafaafe7 100644
--- a/devtools/create_engine/files_events/view1.cpp
+++ b/devtools/create_engine/files_events/view1.cpp
@@ -20,7 +20,7 @@
*/
#include "common/system.h"
-#include "graphics/palette.h"
+#include "graphics/paletteman.h"
#include "xyzzy/view1.h"
namespace Xyzzy {
diff --git a/devtools/create_engine/files_events/xyzzy.cpp b/devtools/create_engine/files_events/xyzzy.cpp
index ea66b0f803e..d3a7e15bd92 100644
--- a/devtools/create_engine/files_events/xyzzy.cpp
+++ b/devtools/create_engine/files_events/xyzzy.cpp
@@ -28,7 +28,7 @@
#include "common/events.h"
#include "common/system.h"
#include "engines/util.h"
-#include "graphics/palette.h"
+#include "graphics/paletteman.h"
namespace Xyzzy {
More information about the Scummvm-git-logs
mailing list