12345678910111213141516171819202122 |
- #ifndef DDT_CORE_H
- #define DDT_CORE_H
- /* include all tools, so users of this library
- * only need to add "ddt_core.h"
- */
- #include "dd_context.h"
- #include "dd_animation.h"
- #include "dd_dynamic_array.h"
- #include "dd_filetomesh.h"
- #include "dd_matrix.h"
- #include "dd_mesh.h"
- #include "dd_object.h"
- #include "dd_string3d.h"
- #include "dd_vector.h"
- #include "dd_triangle.h"
- #include "dd_image.h"
- #include "dd_screen.h"
- #endif /* DDT_CORE_H */
|