1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/games/armagetron/files/patch-src-tron_gCycle.h
Rong-En Fan 56ae4435c0 - Update to 0.2.8.2.1
- Pass maintainership to submitter

PR:		ports/124017 (based on)
Submitted by:	Ian Wagner <ianthetechie at gmail.com>
2008-06-29 15:21:08 +00:00

15 lines
346 B
C++

--- src/tron/gCycle.h.orig 2006-05-13 22:17:31.000000000 +0800
+++ src/tron/gCycle.h 2008-06-08 14:37:33.000000000 +0800
@@ -41,8 +41,10 @@
#include "gCycleMovement.h"
class rModel;
-class gTextureCycle;
+class gCycle;
+class gDestination;
class eSoundPlayer;
+class gTextureCycle;
class gSensor;
class gNetPlayerWall;
class gPlayerWall;