home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma58.dms / ma58.adf / superplay-lib_DEV / Programmers / include / proto / spobjects.h next >
C/C++ Source or Header  |  1996-05-27  |  316b  |  13 lines

  1. /* proto/spobjects.h                */
  2. /* Version    : 1.1                 */
  3. /* Date       : 06.01.1994          */
  4. /* Written by : Andreas R. Kleinert */
  5.  
  6. #ifndef PROTO_SPOBJECTS_H
  7. #define PROTO_SPOBJECTS_H
  8.  
  9. #include <clib/spobjects_protos.h>
  10. #include <pragmas/spobjects_pragmas.h>
  11.  
  12. #endif /* PROTO_SPOBJECTS_H */
  13.