home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / libraries / splib43d.lha / superplay-lib_DEV / Programmers / include / proto / spobjects.h next >
Encoding:
C/C++ Source or Header  |  1994-12-14  |  316 b   |  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.