ft2build.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. // Filename: ft2build.h
  2. // Created by: drose (08Feb02)
  3. //
  4. ////////////////////////////////////////////////////////////////////
  5. //
  6. // PANDA 3D SOFTWARE
  7. // Copyright (c) 2001 - 2004, Disney Enterprises, Inc. All rights reserved
  8. //
  9. // All use of this software is subject to the terms of the Panda 3d
  10. // Software license. You should have received a copy of this license
  11. // along with this source code; you will also find a current copy of
  12. // the license at http://etc.cmu.edu/panda3d/docs/license/ .
  13. //
  14. // To contact the maintainers of this program write to
  15. // [email protected] .
  16. //
  17. ////////////////////////////////////////////////////////////////////
  18. // This file, and all the other files in this directory, aren't
  19. // intended to be compiled--they're just parsed by CPPParser (and
  20. // interrogate) in lieu of the actual system headers, to generate the
  21. // interrogate database.
  22. #ifndef FT2BUILD_H
  23. #define FT2BUILD_H
  24. // This definition is intentionally recursive. Why complicate things
  25. // with multiple files?
  26. #define FT_FREETYPE_H <ft2build.h>
  27. class FT_Face;
  28. class FT_Library;
  29. class FT_Bitmap;
  30. #endif