home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Geschicklichkeit / RocksnDiamonds / rocksndiamonds.exe / rocksndiamonds-3.1.0 / src / cartoons.h < prev    next >
C/C++ Source or Header  |  2002-07-23  |  802b  |  20 lines

  1. /***********************************************************
  2. * Rocks'n'Diamonds -- McDuffin Strikes Back!               *
  3. *----------------------------------------------------------*
  4. * (c) 1995-2002 Artsoft Entertainment                      *
  5. *               Holger Schemel                             *
  6. *               Detmolder Strasse 189                      *
  7. *               33604 Bielefeld                            *
  8. *               Germany                                    *
  9. *               e-mail: info@artsoft.org                   *
  10. *----------------------------------------------------------*
  11. * cartoons.h                                               *
  12. ***********************************************************/
  13.  
  14. #ifndef CARTOONS_H
  15. #define CARTOONS_H
  16.  
  17. void InitToons(void);
  18.  
  19. #endif
  20.