Utils_Unzip.h
上传用户:sz83729876
上传日期:2013-03-07
资源大小:4140k
文件大小:0k
源码类别:

OpenGL

开发平台:

Windows_Unix

  1. #ifndef __utils_unzip_h__
  2. #define __utils_unzip_h__
  3. namespace unzip
  4. {
  5.     extern unsigned char * open(const char * filename, const char * inzipfile, unsigned int * size);
  6. }
  7. #endif