#ifndef DEFINEITEMPAINTER_H #define DEFINEITEMPAINTER_H // specify the name of your Item painter class here class PainterInterface; namespace AMKgl { // specify your Item painter class here typedef PainterInterface ItemPainter; } #endif // DEFINEITEMPAINTER_H