home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / DEMOS / PUMPSRC.ZIP / PH_FILL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-10-27  |  300 b   |  19 lines

  1. #ifndef _PH_FILL_H_
  2. #define _PH_FILL_H_
  3.  
  4. #include "types.h"
  5.  
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9.  
  10. extern DWORD ex1, ex2, ex3, ey1, ey2, ey3;
  11. extern UWORD u1, u2, u3, v1, v2, v3;
  12. extern UWORD _frame_buffer_scan_width;
  13. extern phong_fill(void);
  14.  
  15. #ifdef __cplusplus
  16. };
  17. #endif
  18. #endif
  19.