]> git.lizzy.rs Git - minetest.git/blob - src/cguittfont/xCGUITTFont.h
Remove `mathconstants.h` and use the correct way to get `M_PI` in MSVC. (#5072)
[minetest.git] / src / cguittfont / xCGUITTFont.h
1 // A wrapper header to avoid hack with gcc and modifying
2 // the CGUITTFont files.
3
4 #include <algorithm>
5 #include <stddef.h>
6 #include "irrUString.h"
7 #include "CGUITTFont.h"