You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

gamecube.h 199B

1234567891011121314
  1. #ifndef GAMECUBE_H
  2. #define GAMECUBE_H
  3. #include "entities/ugeentitycube.h"
  4. class GameCube : public UGEEntityCube
  5. {
  6. public:
  7. GameCube(QObject *parent = 0);
  8. public slots:
  9. };
  10. #endif // GAMECUBE_H