lyx_mirror/src/mathed/preview.h
Angus Leeming 888532c465 Asymptotic approach to a well-designed graphics loader.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4502 a592a061-630c-0410-9148-cb99ea01b6c8
2002-06-28 11:22:56 +00:00

9 lines
101 B
C

#ifndef PREVIEW_H
#define PREVIEW_H
#include "LString.h"
bool preview(string const & str);
#endif