mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
better include order
This commit is contained in:
parent
91f22c514a
commit
9de371843b
@ -27,6 +27,7 @@
|
||||
#include "configVariableDouble.h"
|
||||
#include "configVariableFilename.h"
|
||||
#include "configVariableEnum.h"
|
||||
#include "dynamicTextFont.h"
|
||||
|
||||
class DSearchPath;
|
||||
|
||||
@ -55,6 +56,10 @@ extern ConfigVariableEnum<Texture::FilterType> text_minfilter;
|
||||
extern ConfigVariableEnum<Texture::FilterType> text_magfilter;
|
||||
extern ConfigVariableEnum<Texture::WrapMode> text_wrap_mode;
|
||||
|
||||
#ifdef HAVE_FREETYPE
|
||||
extern ConfigVariableEnum<DynamicTextFont::RenderMode> text_render_mode;
|
||||
#endif
|
||||
|
||||
extern EXPCL_PANDA void init_libtext();
|
||||
|
||||
#endif
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#ifdef HAVE_FREETYPE
|
||||
|
||||
#include "config_text.h"
|
||||
#include "textFont.h"
|
||||
#include "freetypeFont.h"
|
||||
#include "dynamicTextGlyph.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user