View | Details | Raw Unified
Collapse All | Expand All

(-) armagetronad-0.2.7.1-orig/src/engine/eGrid.h (+1 lines)
 Lines 39-44    Link Here 
class ePoint;
class ePoint;
class eFace;
class eFace;
class eHalfEdge;
class eHalfEdge;
class eGameObject;
class eWall;
class eWall;
class eGrid;
class eGrid;
class eWallView;
class eWallView;
(-) armagetronad-0.2.7.1-orig/src/engine/eVoter.cpp (+2 lines)
 Lines 39-44    Link Here 
#include "ePlayer.h"
#include "ePlayer.h"
#include "eGrid.h"
#include "eGrid.h"
class eMenuItemVote;
static unsigned short se_votingItemID = 0;
static unsigned short se_votingItemID = 0;
static float se_votingTimeout = 300.0f;
static float se_votingTimeout = 300.0f;
static nSettingItem< float > se_vt( "VOTING_TIMEOUT", se_votingTimeout );
static nSettingItem< float > se_vt( "VOTING_TIMEOUT", se_votingTimeout );
(-) armagetronad-0.2.7.1-orig/src/engine/eWall.h (+2 lines)
 Lines 53-58    Link Here 
class eWall;
class eWall;
class eWallView;
class eWallHolder;
class eGameObject;
class eGameObject;
class eWallView:public tHeapElement{
class eWallView:public tHeapElement{
(-) armagetronad-0.2.7.1-orig/src/network/nPriorizing.h (+1 lines)
 Lines 36-41    Link Here 
class nSendBuffer;
class nSendBuffer;
class nBandwidthControl;
class nBandwidthControl;
class nBandwidthTask;
class nBandwidthTask;
class nBandwidthTaskPriorizer;
tDECLARE_REFOBJ( nBandwidthTask );
tDECLARE_REFOBJ( nBandwidthTask );
tDECLARE_REFOBJ( nBandwidthArbitrator );
tDECLARE_REFOBJ( nBandwidthArbitrator );
(-) armagetronad-0.2.7.1-orig/src/tron/gCycle.h (+4 lines)
 Lines 40-45    Link Here 
class gTextureCycle;
class gTextureCycle;
class eSoundPlayer;
class eSoundPlayer;
class gSensor;
class gSensor;
class gCycle;
class gPlayerWall;
class gNetPlayerWall;
class gDestination;
// minimum time between two cycle turns
// minimum time between two cycle turns
extern REAL sg_delayCycle;
extern REAL sg_delayCycle;