ganeswidgets/inc/hgvgimage.h
branchGCC_SURGE
changeset 10 c348b9772569
parent 5 4fa04caf0f43
equal deleted inserted replaced
4:463f1934e292 10:c348b9772569
    16 */
    16 */
    17 
    17 
    18 #ifndef HGVGIMAGE_H
    18 #ifndef HGVGIMAGE_H
    19 #define HGVGIMAGE_H
    19 #define HGVGIMAGE_H
    20 
    20 
    21 #include <qstring>
    21 #include <QString>
    22 #include <qimage>
    22 #include <QImage>
    23 #include <VG/openvg.h>
    23 #include <VG/openvg.h>
    24 #include "HgImage.h"
    24 #include "hgimage.h"
    25 
    25 
    26 class HgVgImagePool;
    26 class HgVgImagePool;
    27 class HgImageFader;
    27 class HgImageFader;
    28 class HgVgQuadRenderer;
    28 class HgVgQuadRenderer;
    29 /**
    29 /**