home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / hamradio / netspy.zip / UTILIT.H < prev   
Text File  |  1989-07-24  |  1KB  |  25 lines

  1. /*******************************************************
  2.  *     include  : utilit.h                             *
  3.  *     data     : 14/6/1989                            *
  4.  *     vers.    : 1.0                                  *
  5.  *     contenuto: function  prototyping  per  le       *
  6.  *                varie funzioni di servizio del       *
  7.  *                modulo placet.c                      *
  8.  *     note     :                                      *
  9.  *******************************************************/
  10.  
  11.  
  12. void     DatiDaNome(char *, char *, char *);
  13. void     PianoDaPunto(int *, int *, word);
  14. word     RandomPunto(void);
  15. byte     RandomDirezione(void);
  16. byte     RandomDistanza(byte);
  17. void     NextDirezione(byte *);
  18. void     CalcolaXY(int, int, int *, int *, byte, byte);
  19. word     PuntoDaPiano(int, int);
  20. boolean  DirezioneLibera(word, byte, byte *);
  21. void     SettaPuntiPerLinea(int, int, byte, byte);
  22. void     ResettaPuntiPerLinea(int, int, word, byte);
  23. byte     DirDaPunti(int, int, int, int);
  24. byte     DistDaPunti(int, int, int, int);
  25.