lyx_mirror/src/mathed/math_factory.h

14 lines
178 B
C
Raw Normal View History

#ifndef MATH_FACTORY_H
#define MATH_FACTORY_H
#include "LString.h"
#include "math_atom.h"
class MathInset;
class latexkeys;
MathAtom createMathInset(string const &);
#endif