refactor: usage of hash_map instead of dictionary

This commit is contained in:
2023-06-25 20:09:07 +02:00
parent 4a11a096fa
commit 256e9cb690
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#include "character.h"
#include "convert.h"
#include "dictionary.h"
#include "hash_map.h"
#include "types.h"
/**