friend != decl
This commit is contained in:
parent
7b42636397
commit
4e50d092d7
11
games/taxipilot/patches/patch-taxipilot_level_h
Normal file
11
games/taxipilot/patches/patch-taxipilot_level_h
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-taxipilot_level_h,v 1.1 2010/05/22 12:02:28 espie Exp $
|
||||
--- taxipilot/level.h.orig Sat May 22 13:55:06 2010
|
||||
+++ taxipilot/level.h Sat May 22 13:55:18 2010
|
||||
@@ -35,6 +35,7 @@ class State;
|
||||
class Event;
|
||||
class HotArea;
|
||||
class Timer;
|
||||
+class Teleporter;
|
||||
|
||||
class Level:public QCanvasSprite {
|
||||
public:
|
12
games/taxipilot/patches/patch-taxipilot_timedobject_h
Normal file
12
games/taxipilot/patches/patch-taxipilot_timedobject_h
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-taxipilot_timedobject_h,v 1.1 2010/05/22 12:02:28 espie Exp $
|
||||
--- taxipilot/timedobject.h.orig Sat May 22 13:55:47 2010
|
||||
+++ taxipilot/timedobject.h Sat May 22 13:55:58 2010
|
||||
@@ -25,6 +25,8 @@ It has a virtual function timerTick (int).
|
||||
*@author Thomas Friedrichsmeier
|
||||
*/
|
||||
|
||||
+class TimeManager;
|
||||
+
|
||||
class TimedObject {
|
||||
public:
|
||||
TimedObject();
|
Loading…
Reference in New Issue
Block a user