openbsd-ports/games/taxipilot/patches/patch-taxipilot_timedobject_h
espie 6461552e57 sorry, but taxipilot *works* and there is *no substitute in the tree*
we have a perfectly serviceable distfile, with a perfectly valid licence.

just because it hasn't been touched in years is not a good enough reason
to nuke it.  I have some software I haven't touched in years which still
works, and it's not as if this takes a long time in bulks
2017-08-31 19:58:21 +00:00

13 lines
363 B
Plaintext

$OpenBSD: patch-taxipilot_timedobject_h,v 1.3 2017/08/31 19:58:21 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();