From 36dc1f859a13e428c441fc8f4f35550fe12ed72f Mon Sep 17 00:00:00 2001 From: nasr Date: Sun, 19 Apr 2026 18:38:22 +0200 Subject: feature(base): refactored the base library. removed some files etc and did stuff --- source/base/bash_hash.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 source/base/bash_hash.h (limited to 'source/base/bash_hash.h') diff --git a/source/base/bash_hash.h b/source/base/bash_hash.h deleted file mode 100644 index 758ef72..0000000 --- a/source/base/bash_hash.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef BASH_HASH_H -#define BASH_HASH_H - -typedef struct hash_map hash_map; -typedef struct hash hash; - -struct map -{ - string8 - u64 capacity -}; - - -struct index -{ - string8 key; - string8 value; -}; - - - -internal void - -#endif /* BASH_HASH_H */ -- cgit v1.3