home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / System / ScalosPrefs / include / C / proto / preferences.h
C/C++ Source or Header  |  1980-07-24  |  313b  |  19 lines

  1. #ifndef PROTO_PREFERENCES_H
  2. #define PROTO_PREFERENCES_H
  3.  
  4. #include <exec/types.h>
  5. extern struct Library *PreferencesBase;
  6.  
  7. #include <clib/preferences_protos.h>
  8.  
  9. #ifdef (VBCC || GCC)
  10.     #include <inline/preferences_protos.h>
  11. #else
  12.     #include <pragmas/preferences_pragmas.h>
  13. #endif
  14.  
  15. #endif /* PROTO_PREFERENCES_H */
  16.  
  17.  
  18.  
  19.