Working correctly

This commit is contained in:
Pcornat 2024-10-30 20:04:07 +01:00
parent e2d598d5d0
commit 9d57971414
Signed by: Pcornat
GPG key ID: E0326CC678A00BDD
3 changed files with 6 additions and 4 deletions

View file

@ -1,6 +1,7 @@
#include "billy_objects.hpp"
#include "characteristic.hpp"
#include "character_sheet.hpp"
#include <nlohmann/json.hpp>
std::uint32_t constexpr const_hash(const char *input) {
return *input ? static_cast<unsigned int>(*input) + 33 * const_hash(input + 1) : 5381;