mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
general: Fix missing includes.
This commit is contained in:
parent
f0bed9ab1c
commit
6b8f78c9e0
@ -11,6 +11,7 @@
|
||||
* @date 2005-06-02
|
||||
*/
|
||||
|
||||
#include "colorInterpolationManager.h"
|
||||
#include "mathNumbers.h"
|
||||
|
||||
TypeHandle ColorInterpolationFunction::_type_handle;
|
||||
|
@ -16,6 +16,8 @@
|
||||
#include "filename.h"
|
||||
#include "pnmImage.h"
|
||||
|
||||
#include FT_OUTLINE_H
|
||||
|
||||
/**
|
||||
* The constructor expects the name of some font file that FreeType can read,
|
||||
* along with face_index, indicating which font within the file to load
|
||||
|
@ -42,6 +42,7 @@
|
||||
// #include "renderModeAttrib.h" #include "antialiasAttrib.h"
|
||||
#include "colorAttrib.h"
|
||||
#include "textureAttrib.h"
|
||||
#include "transparencyAttrib.h"
|
||||
|
||||
TypeHandle DynamicTextFont::_type_handle;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user