1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-02 07:35:08 +02:00

overhaul worldgen

This commit is contained in:
p2r3
2025-08-16 16:15:33 +03:00
parent d36416cd2b
commit 7a3e2b5fa2
5 changed files with 126 additions and 51 deletions

View File

@@ -26,6 +26,7 @@ double readDouble (int client_fd);
void readString (int client_fd);
uint32_t fast_rand ();
uint64_t splitmix64 (uint64_t state);
extern int client_states[MAX_PLAYERS * 2];