LGPaul

CGLEncription.h

Jul 26th, 2013
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. /**********************************************************************
  2. GunZ Launcher Enctiption
  3.  
  4. file : CGLEncription.h
  5. desc : °ÇÁî ½ÇÇà¿¡ ÇÊ¿äÇÑ ½Ã¸®¾ó ۸¦ ¾Ïȣȭ ÇÑ´Ù.
  6. ***********************************************************************/
  7.  
  8.  
  9. #ifndef _GLENCRIPTION_
  10. #define _GLENCRIPTION_
  11.  
  12.  
  13. #define MAX_BUF 255
  14. #define CF_GUNZLAUNCHER 0x0562
  15.  
  16. #define GLE_LAUNCH_INTERNATIONAL 0xFFFF
  17. #define GLE_LAUNCH_DEVELOP 0xFFFE
  18. #define GLE_LAUNCH_TEST 0xFFFD
  19.  
  20.  
  21. class CGLEncription
  22. {
  23. public:
  24. // bool CreateSerialKey();
  25.  
  26. int Decription( void);
  27. };
  28. #endif
Advertisement
Add Comment
Please, Sign In to add comment