home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / demos / misc / gettintired.dms / in.adf / Source / ptreplay.h < prev   
Encoding:
C/C++ Source or Header  |  1994-12-26  |  332 b   |  20 lines

  1.  
  2. /* ptreplay.h -- definition of ptreplay.library structures */
  3.  
  4. #ifndef    PTREPLAY_BASE_H 
  5. #define PTREPLAY_BASE_H
  6.  
  7. #ifndef    EXEC_TYPES_H
  8. #include <exec/types.h>
  9. #endif
  10.  
  11. #define PTREPLAYNAME "ptreplay.library"
  12.  
  13. struct Module
  14. {
  15.     STRPTR mod_Name;
  16. /* The rest is private for now, but more details will be released later. */
  17. };
  18.  
  19. #endif
  20.