home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / misc / splines.lha / Splines / all.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-14  |  770 b   |  40 lines

  1. /*
  2.  * all.h
  3.  *
  4.  * GMD
  5.  *
  6.  */
  7.  
  8. #include <stdlib.h>
  9. #include <stdio.h>
  10. #include <string.h>
  11. #include <intuition/intuition.h>
  12. #include <graphics/display.h>
  13. #include <graphics/gfxmacros.h>
  14. #include <intuition/intuition.h>
  15. #include <math.h>
  16.  
  17. #include <clib/dos_protos.h>
  18. #include <clib/graphics_protos.h>
  19. #include <proto/dos.h>
  20. #include <proto/layers.h>
  21. #include <proto/exec.h>
  22. #include <proto/intuition.h>
  23.  
  24. #include "typedefs.h"
  25.  
  26. #include "dlist.h"
  27. #include "bezier.h"
  28. #include "popmenu.h"
  29. #include "spline.h"
  30.  
  31. #include "Proto/sprt_protos.h"
  32. #include "Proto/spline_protos.h"
  33. #include "Proto/bezier_protos.h"
  34. #include "Proto/bspline_protos.h"
  35. #include "Proto/cmds_protos.h"
  36. #include "Proto/dlist_protos.h"
  37. #include "Proto/interpl_protos.h"
  38. #include "Proto/popmenu_protos.h"
  39.  
  40.