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.

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