Working correctly
This commit is contained in:
		
					parent
					
						
							
								e2d598d5d0
							
						
					
				
			
			
				commit
				
					
						9d57971414
					
				
			
		
					 3 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -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;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue