lyx_mirror/src/mathed/preview.h

10 lines
147 B
C
Raw Normal View History

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