diff options
Diffstat (limited to 'games/armagetron/files/patch-src-tron_gCycle.h')
-rw-r--r-- | games/armagetron/files/patch-src-tron_gCycle.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/games/armagetron/files/patch-src-tron_gCycle.h b/games/armagetron/files/patch-src-tron_gCycle.h new file mode 100644 index 000000000000..c5a0c5509b4d --- /dev/null +++ b/games/armagetron/files/patch-src-tron_gCycle.h @@ -0,0 +1,13 @@ +--- src/tron/gCycle.h.orig 2007-10-02 18:18:27.000000000 +0200 ++++ src/tron/gCycle.h 2007-10-02 18:18:51.000000000 +0200 +@@ -40,6 +40,10 @@ + class gTextureCycle; + class eSoundPlayer; + class gSensor; ++class gCycle; ++class gPlayerWall; ++class gNetPlayerWall; ++class gDestination; + + // minimum time between two cycle turns + extern REAL sg_delayCycle; |