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
13 lines
363 B
Plaintext
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();
|