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.cpp 106B

1234567
  1. #include "gamecube.h"
  2. GameCube::GameCube(QObject *parent)
  3. : UGEEntityCube(parent)
  4. {
  5. _size = 1;
  6. }