#ifndef PREVIEW_H #define PREVIEW_H #include "LString.h" #include "graphics/GraphicsTypes.h" grfx::ImagePtr preview(string const & str); #endif