mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-15 07:18:23 -04:00
22 lines
539 B
Plaintext
22 lines
539 B
Plaintext
$NetBSD: patch-af,v 1.1.1.1 2007/11/25 23:52:54 wiz Exp $
|
|
|
|
--- src/menumanager.h.orig 2007-09-14 05:43:03.000000000 +0000
|
|
+++ src/menumanager.h
|
|
@@ -14,6 +14,7 @@ class VideoOptions;
|
|
class GameOptions;
|
|
|
|
class MenuSystem;
|
|
+#include "ui/menuaction.h"
|
|
|
|
/**
|
|
* MenuManager forms the facade for interacting with the game's menus.
|
|
@@ -66,7 +67,7 @@ class MenuManager
|
|
VideoOptions &getVideoOptions() const { return *videoOptions; };
|
|
};
|
|
|
|
-class QuitAction : public MenuAction
|
|
+class QuitAction : public MenuAction
|
|
{
|
|
Main &main;
|
|
|