~extremepopcorn/dhlib/dhlib_ep

« back to all changes in this revision

Viewing changes to restricted/wordlib/src/writepng.h

  • Committer: edA-qa mort-ora-y
  • Date: 2010-02-16 06:02:38 UTC
  • Revision ID: eda-qa@disemia.com-20100216060238-90h405qfmmyeu729
decouple

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#include <string>
2
2
 
3
 
void writePNG( const std::string& file, const _uint8* data, unsigned len );
4
 
_uint8* loadPNG( const std::string& file );
 
3
void writePNG( const std::string& file, const uint8_t* data, unsigned len );
 
4
uint8_t* loadPNG( const std::string& file );