ganeswidgets/src/hgvgimage.cpp
changeset 6 1cdcc61142d2
parent 5 4fa04caf0f43
equal deleted inserted replaced
5:4fa04caf0f43 6:1cdcc61142d2
    14 * Description:    
    14 * Description:    
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include "hgvgimage.h"
    18 #include "hgvgimage.h"
    19 #include "HgImageFader.h"
    19 #include "hgimagefader.h"
    20 #include "hgvgquadrenderer.h"
    20 #include "hgvgquadrenderer.h"
    21 
    21 
    22 const int KMaxMirrorWidth(128);
    22 const int KMaxMirrorWidth(128);
    23 const int KMaxMirrorHeight(64);
    23 const int KMaxMirrorHeight(64);
    24 
    24