home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / util / superdark-2.1a.lha / SuperDark / programmer / includes / proc_main_protos.h next >
C/C++ Source or Header  |  1993-11-05  |  618b  |  26 lines

  1. /* Prototypes for functions defined in
  2. proc_main.c
  3.  */
  4.  
  5. extern struct my_data * p_info;
  6. extern struct appel_proc * p_data_proc;
  7. extern struct Task * my_t;
  8.  
  9. void __stdargs SDprintf(char * , ...);
  10. void __stdargs SPrintF(char * , char * , ...);
  11. void My_Print(struct RastPort * , UWORD , UWORD , char * );
  12.  
  13. void DCloseScreen(struct Screen * );
  14. void DGiveScreen( struct Screen * );
  15. void ClearPtr(struct Window * );
  16.  
  17. struct Window * AddWindow(struct Screen * );
  18. int __saveds tst_end(void);
  19. ULONG __saveds SDwait(ULONG );
  20. void wait_end(void);
  21.  
  22. void    proc_init(void);
  23. void    proc_save(void);
  24. void    proc_end(void);
  25. int    dark(void);
  26.