您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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