Changeset 39 for abuse/trunk/src/imlib/include/pcxread.hpp
- Timestamp:
- Mar 2, 2008, 12:29:06 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/include/pcxread.hpp
r2 r39 8 8 enum PCX_type { not_PCX, PCX_8, PCX_24 }; 9 9 10 PCX_type PCX_file_type(char *filename);11 image24 *read_PCX24(char *filename);12 image *read_PCX(char *filename, palette *&pal);13 void write_PCX(image *im, palette *pal, char*filename);10 PCX_type PCX_file_type(char const *filename); 11 image24 *read_PCX24(char const *filename); 12 image *read_PCX(char const *filename, palette *&pal); 13 void write_PCX(image *im, palette *pal, char const *filename); 14 14 15 15 #endif
Note: See TracChangeset
for help on using the changeset viewer.