diff options
| author | untodesu <kirill@untode.su> | 2025-03-22 15:08:17 +0500 |
|---|---|---|
| committer | untodesu <kirill@untode.su> | 2025-03-22 15:08:17 +0500 |
| commit | e34a973f647bc6b7814ad1f3e837689f8478b84a (patch) | |
| tree | 7c8cb1702c16eb68e7acf942d46633a3833bba00 /game/shared/item_registry.hh | |
| parent | d8f0fcb101c21b3c4d746d20da6e56e7591006e4 (diff) | |
| download | voxelius-e34a973f647bc6b7814ad1f3e837689f8478b84a.tar.bz2 voxelius-e34a973f647bc6b7814ad1f3e837689f8478b84a.zip | |
A bunch of pre-release fixes
- Updated localization for protocol messages
- Added item registry check into server-side
- Slightly improved how features are stored
Diffstat (limited to 'game/shared/item_registry.hh')
| -rw-r--r-- | game/shared/item_registry.hh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/game/shared/item_registry.hh b/game/shared/item_registry.hh index 7160b0b..83b6053 100644 --- a/game/shared/item_registry.hh +++ b/game/shared/item_registry.hh @@ -54,4 +54,9 @@ namespace item_registry void purge(void); } // namespace item_registry +namespace item_registry +{ +std::uint64_t calcualte_checksum(void); +} // namespace item_registry + #endif /* SHARED_ITEM_REGISTRY_HH */ |
