mircode.h
上传用户:marco7834
上传日期:2010-02-24
资源大小:82k
文件大小:1k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. // mircode.h: interface for the mircode class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MIRCODE_H__473A6142_1500_47BF_8970_FF2A07BBAB5D__INCLUDED_)
  5. #define AFX_MIRCODE_H__473A6142_1500_47BF_8970_FF2A07BBAB5D__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include <windows.h>
  10. #include <string.h>
  11. int CodeGateCode( char * in, char * out );
  12. int UnGateCode( char * in, char * out );
  13. int UnGameCode( char * p, BYTE * out );
  14. int UnNameCode( char * in, char * out );
  15. int CodeGameCode( BYTE * in, int size, BYTE * out );
  16. #endif // !defined(AFX_MIRCODE_H__473A6142_1500_47BF_8970_FF2A07BBAB5D__INCLUDED_)