quadrilateralcowboy/d3xp/powerscrewgeneric.h

22 lines
351 B
C
Raw Permalink Normal View History

2020-06-12 21:06:25 +00:00
class idPowerScrewGeneric : public idMover
{
public:
CLASS_PROTOTYPE( idPowerScrewGeneric );
void Save( idSaveGame *savefile ) const;
void Restore( idRestoreGame *savefile );
void OnActivate( void );
void Spawn( void );
void Reset( void );
private:
//idMover * mover;
int countMax;
int count;
};