1
0
forked from 0ad/0ad
0ad/source/tools/fontbuilder/filemanip.h
Ykkrosh b65d35ea2e Font builder code
This was SVN commit r527.
2004-06-17 19:32:04 +00:00

7 lines
232 B
C++
Executable File

// $Id: filemanip.h,v 1.1 2004/06/17 19:32:04 philip Exp $
#include <set>
void RGB_OutputGreyscaleTGA(unsigned char* image_data, int width, int height, int pitch, wxFFile& file);
std::set<wchar_t> AnalyseChars(wxString filename);