mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 12:58:41 +00:00
handle /ALTERNATENAME directive
This commit is contained in:
committed by
Ryan Fleury
parent
60d3f25057
commit
73fe9d223a
@@ -74,6 +74,9 @@ internal KeyValuePair * hash_table_search_path (HashTable *ht, String8 path
|
||||
internal void * hash_table_search_path_raw(HashTable *ht, String8 path );
|
||||
|
||||
internal B32 hash_table_search_path_u64(HashTable *ht, String8 key, U64 *value_out);
|
||||
internal B32 hash_table_search_string_u64(HashTable *ht, String8 key, U64 *value_out);
|
||||
internal B32 hash_table_search_string_raw(HashTable *ht, String8 key, void *value_out);
|
||||
internal B32 hash_table_search_string_string(HashTable *ht, String8 key, String8 *value_out);
|
||||
|
||||
//- key-value helpers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user