www.pudn.com > Ray_Tracing_Materials.rar > TgaImage.h, change:2005-03-02,size:517b


/* 
   Class Name: 
 
      TgaImage. 
 
   Created by: 
 
      Allen Sherrod (Programming Ace of www.UltimateGameProgramming.com). 
 
   Description: 
 
      This function can save a tga image. 
*/ 
 
 
#ifndef _TGAIMAGE_H_ 
#define _TGAIMAGE_H_ 
 
#include<stdio.h> 
 
 
bool WriteTGA(char *file, int width, int height, unsigned char *outImage); 
 
#endif 
 
 
// Copyright February 2005 
// All Rights Reserved! 
// Allen Sherrod 
// ProgrammingAce@UltimateGameProgramming.com 
// www.UltimateGameProgramming.com