utils: cleaned up DumpTGA, removing redundancies

This commit is contained in:
archshift 2014-09-06 20:04:13 -07:00
parent a130086587
commit 0167e9140e
2 changed files with 13 additions and 21 deletions

View file

@ -59,6 +59,6 @@ struct TGAHeader {
* @param raw_data Raw RGBA8 texture data to dump
* @todo This should be moved to some general purpose/common code
*/
void DumpTGA(std::string filename, int width, int height, u8* raw_data);
void DumpTGA(std::string filename, short width, short height, u8* raw_data);
} // namespace