check both main dir and parent dir (temp fix)

This commit is contained in:
biglyderv 2025-03-25 13:43:02 -04:00
parent f4be64fe19
commit 4bef1a220c
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
3 changed files with 29 additions and 10 deletions

View file

@ -1,2 +1,2 @@
#include "map.h"
void load_elements(hashmap *m, char *table, int use_inv);
int load_elements(hashmap *m, char *table, int use_inv);