1
1
mirror of https://github.com/theoludwig/libcproject.git synced 2025-05-21 23:21:15 +02:00

refactor: usage of hash_map instead of dictionary

This commit is contained in:
2023-06-25 19:32:50 +02:00
parent 4a11a096fa
commit 256e9cb690
2 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
#include "character.h"
#include "convert.h"
#include "dictionary.h"
#include "hash_map.h"
#include "types.h"
/**