]> git.lyx.org Git - lyx.git/blob - src/mathed/preview.h
first shot at preview. It crashes. Don't know why. To see it work a bit, change
[lyx.git] / src / mathed / preview.h
1 #ifndef PREVIEW_H
2 #define PREVIEW_H
3
4 #include "LString.h"
5 #include "graphics/GraphicsTypes.h"
6
7 bool preview(string const & str, grfx::GraphicPtr & graphic);
8
9 #endif