Overhaul tilemap, add building ownership layer

This commit is contained in:
2023-11-09 15:46:35 +01:00
parent dd96b23d32
commit f32c19dc3d
15 changed files with 324 additions and 103 deletions

View File

@@ -3,7 +3,7 @@
#include "../defines.h"
typedef u32 BzStringHashFunc(const char *str);
typedef u32 (*BzStringHashFunc)(const char *str);
// djb2 hash algorithm
// From: https://stackoverflow.com/questions/7666509/hash-function-for-string