mirror of
				https://github.com/Ed94/gencpp.git
				synced 2025-11-03 15:26:12 -08:00 
			
		
		
		
	WIP: Restructuring project
This commit is contained in:
		
							
								
								
									
										11
									
								
								base/dependencies/hashing.hpp
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								base/dependencies/hashing.hpp
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,11 @@
 | 
			
		||||
#ifdef GEN_INTELLISENSE_DIRECTIVES
 | 
			
		||||
#pragma once
 | 
			
		||||
#include "containers.hpp"
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
#pragma region Hashing
 | 
			
		||||
 | 
			
		||||
u32 crc32( void const* data, ssize len );
 | 
			
		||||
u64 crc64( void const* data, ssize len );
 | 
			
		||||
 | 
			
		||||
#pragma endregion Hashing
 | 
			
		||||
		Reference in New Issue
	
	Block a user