Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

ugeentityaxes.h 305B

1234567891011121314151617181920
  1. #ifndef UGEENTITYAXES_H
  2. #define UGEENTITYAXES_H
  3. #include "entities/ugeentity.h"
  4. class UGEEntityAxes : public UGEEntity
  5. {
  6. Q_OBJECT
  7. public:
  8. explicit UGEEntityAxes(QObject *parent = 0);
  9. virtual void onDraw(AbstractRenderDevice* device);
  10. signals:
  11. public slots:
  12. };
  13. #endif // UGEENTITYAXES_H