home *** CD-ROM | disk | FTP | other *** search
/ AI Game Programming Wisdom / AIGameProgrammingWisdom.iso / SourceCode / 06 General Architectures / 04 Christian / util.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-09-15  |  69 b   |  7 lines

  1.  
  2. #ifndef _UTIL_H
  3. #define _UTIL_H
  4.  
  5. extern float frand();
  6.  
  7. #endif