refactor game-specific tools into separate file

This commit is contained in:
p2r3
2025-08-22 14:00:38 +03:00
parent 24f8e2bfad
commit 4da773b943
7 changed files with 647 additions and 624 deletions

View File

@@ -17,6 +17,8 @@
#include "registries.h"
#include "worldgen.h"
#include "crafting.h"
#include "procedures.h"
#include "packets.h"
// C->S Handshake
int cs_handshake (int client_fd) {