[Scummvm-git-logs] scummvm master -> b3e7066d9b318da46ffb0d46c84058e4345020db
AndywinXp
noreply at scummvm.org
Wed Jan 28 12:32:49 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:
b3e7066d9b SCUMM: HE: Add HEFont forward declaration
Commit: b3e7066d9b318da46ffb0d46c84058e4345020db
https://github.com/scummvm/scummvm/commit/b3e7066d9b318da46ffb0d46c84058e4345020db
Author: AndywinXp (andywinxp at gmail.com)
Date: 2026-01-28T13:32:38+01:00
Commit Message:
SCUMM: HE: Add HEFont forward declaration
Hopefully makes the buildbot happy
Changed paths:
engines/scumm/he/intern_he.h
diff --git a/engines/scumm/he/intern_he.h b/engines/scumm/he/intern_he.h
index 3a0cff1c383..55bf5502373 100644
--- a/engines/scumm/he/intern_he.h
+++ b/engines/scumm/he/intern_he.h
@@ -40,6 +40,7 @@ namespace Scumm {
class ActorHE;
class ResExtractor;
#ifdef ENABLE_HE
+class HEFont;
class LogicHE;
class MoviePlayer;
class Sprite;
More information about the Scummvm-git-logs
mailing list