Skip to content

Commit

Permalink
chore(formatting): globally reformat code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wejrox committed Jul 17, 2024
1 parent 2769404 commit 2654b04
Show file tree
Hide file tree
Showing 38 changed files with 2,729 additions and 2,359 deletions.
1 change: 1 addition & 0 deletions Ezorsia V2.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Global
{0F213461-B82B-44EB-9585-761A2EDFC945}.Release|x64.Build.0 = Release|x64
{0F213461-B82B-44EB-9585-761A2EDFC945}.Release|x86.ActiveCfg = Release|Win32
{0F213461-B82B-44EB-9585-761A2EDFC945}.Release|x86.Build.0 = Release|Win32
{0F213461-B82B-44EB-9585-761A2EDFC945}.Release|x86.Deploy.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
386 changes: 193 additions & 193 deletions ezorsia/AddyLocations.h

Large diffs are not rendered by default.

1,234 changes: 649 additions & 585 deletions ezorsia/AutoTypes.h

Large diffs are not rendered by default.

224 changes: 140 additions & 84 deletions ezorsia/Client.cpp

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ezorsia/Client.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Client
static void EnableNewIGCipher();
static void UpdateResolution();
static void UpdateLogin();
static const int m_nIGCipherHash = 0XC65053F2;
static constexpr int m_nIGCipherHash = 0XC65053F2;
static int m_nGameHeight;
static int m_nGameWidth;
static int MsgAmount;
Expand Down
Loading

0 comments on commit 2654b04

Please sign in to comment.