Skip to content

Commit

Permalink
revert version
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 committed Jun 8, 2024
1 parent c7df6e7 commit df0277c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
3 changes: 2 additions & 1 deletion cleo_sdk/CLEO.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@

#include <wtypes.h>

#define CLEO_VERSION 0x04050000
#define CLEO_VERSION 0x04040400
#define CLEO_VERSIONTEXT "4.4.4"

//result of CLEO_GetGameVersion()
#define GV_US10 0 //1.0 us
Expand Down
15 changes: 7 additions & 8 deletions source/stdafx.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,14 @@

enum CLEO_Version
{
//CLEO_VER_1 = 0x01000000,
//CLEO_VER_2 = 0x02000000,
CLEO_VER_3 = 0x03000000,
CLEO_VER_4_MIN = 0x04000000,
CLEO_VER_4_2 = 0x04020000,
CLEO_VER_4_3 = 0x04030000,
CLEO_VER_4_4 = 0x04040000,
//CLEO_VER_1 = 0x0100,
//CLEO_VER_2 = 0x0200,
CLEO_VER_3 = 0x0300,
CLEO_VER_4_MIN = 0x0400,
CLEO_VER_4_2 = 0x0402,
CLEO_VER_4_3 = 0x0403,
CLEO_VER_4_4 = 0x0404,
CLEO_VER_4 = CLEO_VER_4_4,
CLEO_VER_CUR = CLEO_VERSION,
};

#define CPOOL_USE_HANDLE_ACCESS
Expand Down

0 comments on commit df0277c

Please sign in to comment.