blob: 0a57e588df16fa6e840efb31517737f3fbae1b29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$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;
|