1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/games/qonk/files/patch-src-menumanager.h
Alejandro Pulver 05f58c4825 - Update to 0.3.1.
- Improve the port.

PR:		ports/116500
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2007-09-29 00:48:34 +00:00

12 lines
231 B
C++

--- src/menumanager.h.orig Thu Sep 20 22:01:32 2007
+++ src/menumanager.h Thu Sep 20 21:58:13 2007
@@ -7,6 +7,8 @@
#ifndef MENUMANAGER_H
#define MENUMANAGER_H
+#include "ui/menuaction.h"
+
class Main;
class ControlOptions;