Skip to content

Commit

Permalink
Use a consistent coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiascode committed Aug 12, 2024
1 parent 9a125fe commit b0c756f
Show file tree
Hide file tree
Showing 8 changed files with 1,929 additions and 2,034 deletions.
917 changes: 447 additions & 470 deletions src/client.d

Large diffs are not rendered by default.

427 changes: 189 additions & 238 deletions src/db.d

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/message_codes.d
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ module message_codes;

// Constants
const enum Status
{
{
offline = 0,
away = 1,
online = 2
}
}

// Server Messages
const uint Login = 1;
Expand Down
Loading

0 comments on commit b0c756f

Please sign in to comment.