home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / GameSmith1-Hisoft-System.DMS / in.adf / GDS_System.lha / include / proto / all.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-11  |  447 b   |  14 lines

  1. #ifndef GS_ALLPROTO
  2. #define GS_ALLPROTO
  3.  
  4. #include "GameSmith:include/proto/anim.h"
  5. #include "GameSmith:include/proto/display.h"
  6. #include "GameSmith:include/proto/graphics.h"
  7. #include "GameSmith:include/proto/libraries.h"
  8. #include "GameSmith:include/proto/loadpic.h"
  9. #include "GameSmith:include/proto/ports.h"
  10. #include "GameSmith:include/proto/sound.h"
  11. #include "GameSmith:include/proto/timer.h"
  12. #include "GameSmith:include/proto/utility.h"
  13.  
  14. #endif