mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-28 03:50:00 +00:00
10 lines
147 B
C
10 lines
147 B
C
|
#ifndef PREVIEW_H
|
||
|
#define PREVIEW_H
|
||
|
|
||
|
#include "LString.h"
|
||
|
#include "graphics/GraphicsTypes.h"
|
||
|
|
||
|
grfx::ImagePtr preview(string const & str);
|
||
|
|
||
|
#endif
|