home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Games / Arashi 1.1.1 / source code / Game Source / jam src / NewTitleEffect.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-12-09  |  458 b   |  19 lines  |  [TEXT/KAHL]

  1. /*/
  2.      Project Arashi: NewTitleEffect.h
  3.      Major release: Version 1.1d2, 9/5/95
  4.  
  5.      Last modification: Wednesday, December 9, 1992, 16:31
  6.      Created: Tuesday, March 10, 1992, 11:08
  7.  
  8.      Copyright © 1992, Juri Munkki
  9. /*/
  10.  
  11. #define    ARASHIPICT         131
  12. #define    GAMEOVERPICT    133
  13. #define    HORIZONTAL        1
  14. #define    VERTICAL        2
  15.  
  16. pascal void MyStdPoly(int grafVerb, PolyHandle thePoly);
  17. void ConvertToPolys(int resId);
  18. void titlemain(int redId, int fadeDirection);
  19.