[Scummvm-git-logs] scummvm master -> 24fb5be13324b8fb58e6f274e396a5aa5db7d66e
aquadran
noreply at scummvm.org
Sun Nov 17 08:47:43 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:
24fb5be133 WINTERMUTE: Corrected guard for externals.h
Commit: 24fb5be13324b8fb58e6f274e396a5aa5db7d66e
https://github.com/scummvm/scummvm/commit/24fb5be13324b8fb58e6f274e396a5aa5db7d66e
Author: PaweÅ KoÅodziejski (aquadran at gmail.com)
Date: 2024-11-17T09:47:38+01:00
Commit Message:
WINTERMUTE: Corrected guard for externals.h
Changed paths:
engines/wintermute/ext/externals.h
diff --git a/engines/wintermute/ext/externals.h b/engines/wintermute/ext/externals.h
index de86568b30f..12712b639b5 100644
--- a/engines/wintermute/ext/externals.h
+++ b/engines/wintermute/ext/externals.h
@@ -26,11 +26,12 @@
*/
#include "engines/wintermute/base/base_scriptable.h"
+#include "engines/wintermute/base/scriptables/script.h"
#include "engines/wintermute/base/scriptables/script_value.h"
#include "engines/wintermute/base/scriptables/script_stack.h"
-#ifndef WINTERMUTE_PLUGINS_H
-#define WINTERMUTE_PLUGINS_H
+#ifndef WINTERMUTE_EXTERNALS_H
+#define WINTERMUTE_EXTERNALS_H
namespace Wintermute {
More information about the Scummvm-git-logs
mailing list