branch | GCC_SURGE |
changeset 10 | c348b9772569 |
parent 5 | 4fa04caf0f43 |
child 20 | a60f8b6b1d32 |
4:463f1934e292 | 10:c348b9772569 |
---|---|
16 */ |
16 */ |
17 |
17 |
18 #ifndef HGQUAD_H |
18 #ifndef HGQUAD_H |
19 #define HGQUAD_H |
19 #define HGQUAD_H |
20 |
20 |
21 #include <qvector3d> |
21 #include <QVector3D> |
22 #include <qvector2d> |
22 #include <QVector2D> |
23 #include <qquaternion> |
23 #include <QQuaternion> |
24 #include <qvariant> |
24 #include <QVariant> |
25 |
25 |
26 class HgImage; |
26 class HgImage; |
27 |
27 |
28 /** |
28 /** |
29 * Quad class to be used by HgQuadRenderer. |
29 * Quad class to be used by HgQuadRenderer. |