[Scummvm-git-logs] scummvm master -> 4c7a5480311918238ad764ab6218ba3df44510ac
bluegr
noreply at scummvm.org
Sat May 2 07:53:00 UTC 2026
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
4c7a548031 NANCY: Fix compilation
Commit: 4c7a5480311918238ad764ab6218ba3df44510ac
https://github.com/scummvm/scummvm/commit/4c7a5480311918238ad764ab6218ba3df44510ac
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2026-05-02T10:36:21+03:00
Commit Message:
NANCY: Fix compilation
Changed paths:
engines/nancy/console.h
diff --git a/engines/nancy/console.h b/engines/nancy/console.h
index 849f8430d72..746276050f0 100644
--- a/engines/nancy/console.h
+++ b/engines/nancy/console.h
@@ -25,6 +25,9 @@
#include "gui/debugger.h"
namespace Nancy {
+namespace State {
+class Scene;
+}
namespace Action {
class ActionRecord;
@@ -34,6 +37,7 @@ struct DependencyRecord;
class NancyEngine;
class NancyConsole : public GUI::Debugger {
+ friend class State::Scene;
public:
NancyConsole();
virtual ~NancyConsole(void);
More information about the Scummvm-git-logs
mailing list