Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**********************************************************************
- GunZ Launcher Enctiption
- file : CGLEncription.h
- desc : °ÇÁî ½ÇÇà¿¡ ÇÊ¿äÇÑ ½Ã¸®¾ó ۸¦ ¾ÏÈ£È ÇÑ´Ù.
- ***********************************************************************/
- #ifndef _GLENCRIPTION_
- #define _GLENCRIPTION_
- #define MAX_BUF 255
- #define CF_GUNZLAUNCHER 0x0562
- #define GLE_LAUNCH_INTERNATIONAL 0xFFFF
- #define GLE_LAUNCH_DEVELOP 0xFFFE
- #define GLE_LAUNCH_TEST 0xFFFD
- class CGLEncription
- {
- public:
- // bool CreateSerialKey();
- int Decription( void);
- };
- #endif
Advertisement
Add Comment
Please, Sign In to add comment