summaryrefslogtreecommitdiff
path: root/source/base/bash_hash.h
blob: 758ef72248edf91cb644462d27a60493315b7d80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#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 */