]> git.lyx.org Git - lyx.git/blob - src/mathed/math_factory.h
Geof Piroux's patch for Mathematica support
[lyx.git] / src / mathed / math_factory.h
1 #ifndef MATH_FACTORY_H
2 #define MATH_FACTORY_H
3
4 #include "LString.h"
5 #include "math_atom.h"
6
7 class MathInset;
8 class latexkeys;
9
10 MathAtom createMathInset(string const &);
11
12 #endif