選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
1234567891011121314 |
- #ifndef GAMECUBE_H
- #define GAMECUBE_H
-
- #include "entities/ugeentitycube.h"
-
- class GameCube : public UGEEntityCube
- {
- public:
- GameCube(QObject *parent = 0);
-
- public slots:
- };
-
- #endif // GAMECUBE_H
|