QTfrontend/game.h
branchexperimental3D
changeset 4343 19cbea33e4d2
parent 4084 0d0bf0533eee
child 4428 2bc3d3475edf
equal deleted inserted replaced
4006:45b63c2a694f 4343:19cbea33e4d2
    36     gsFinished = 3,
    36     gsFinished = 3,
    37     gsStopped = 4,
    37     gsStopped = 4,
    38     gsDestroyed = 5
    38     gsDestroyed = 5
    39 };
    39 };
    40 
    40 
       
    41 bool checkForDir(const QString & dir);
    41 
    42 
    42 class HWGame : public TCPBase
    43 class HWGame : public TCPBase
    43 {
    44 {
    44     Q_OBJECT
    45     Q_OBJECT
    45 public:
    46 public: