MIRRORS.H 163 B

12345678
  1. #ifndef __MIRRORS_H
  2. #define __MIRRORS_H
  3. void InitMirrors( void );
  4. void DrawMirrors( long x, long y, long z, short ang, long horiz );
  5. #endif //__MIRRORS_H