home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROS_m68k_bin.lha / AROS / include / defines / layers.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-08  |  217 b   |  18 lines

  1. #ifndef DEFINES_LAYERS_H
  2. #define DEFINES_LAYERS_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #   include <exec/types.h>
  6. #endif
  7. #ifndef AROS_LIBCALL_H
  8. #   include <aros/libcall.h>
  9. #endif
  10.  
  11. /*
  12.     Defines
  13. */
  14.  
  15.  
  16.  
  17. #endif /* DEFINES_LAYERS_H */
  18.