#ifndef CANVASFRAGMENT_H #define CANVASFRAGMENT_H #include "software_global.h" namespace paysages { namespace software { /** * @brief Representation of world coordinates projected in a canvas pixel. */ class SOFTWARESHARED_EXPORT CanvasFragment { public: CanvasFragment(); }; } } #endif // CANVASFRAGMENT_H