mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
56ae4435c0
- Pass maintainership to submitter PR: ports/124017 (based on) Submitted by: Ian Wagner <ianthetechie at gmail.com>
15 lines
346 B
C++
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;
|