ddt_core.h 442 B

12345678910111213141516171819202122
  1. #ifndef DDT_CORE_H
  2. #define DDT_CORE_H
  3. /* include all tools, so users of this library
  4. * only need to add "ddt_core.h"
  5. */
  6. #include "dd_context.h"
  7. #include "dd_animation.h"
  8. #include "dd_dynamic_array.h"
  9. #include "dd_filetomesh.h"
  10. #include "dd_matrix.h"
  11. #include "dd_mesh.h"
  12. #include "dd_object.h"
  13. #include "dd_string3d.h"
  14. #include "dd_vector.h"
  15. #include "dd_triangle.h"
  16. #include "dd_image.h"
  17. #include "dd_screen.h"
  18. #endif /* DDT_CORE_H */