From 4febf81f59b047482fa0575db45e3b80c18c55a3 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 15 Sep 2020 18:01:21 -0400 Subject: hashtable.c matches, but needs cleanup --- include/darray.h | 1 + include/hashtable.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/darray.h b/include/darray.h index 09c9db8..a5fff87 100644 --- a/include/darray.h +++ b/include/darray.h @@ -17,6 +17,7 @@ typedef struct unkStruct2 { void *ArrayNth(unkStruct2 *p1, s32 p2); +void *ArrayMapBackwards2(unkStruct2 *p1, s32 p2, s32 p3); #ifdef __cplusplus } diff --git a/include/hashtable.h b/include/hashtable.h index f2a9f22..93d27cd 100644 --- a/include/hashtable.h +++ b/include/hashtable.h @@ -27,7 +27,7 @@ void TableEnter(unkStruct *p1, void *p2); BOOL TableRemove(unkStruct *p1, void *p2); void *TableLookup(unkStruct *p1, void *p2); void TableMapSafe(unkStruct *p1, s32 p2, s32 p3); -void TableMapSafe2(unkStruct *p1, s32 p2, s32 p3); +void *TableMapSafe2(unkStruct *p1, s32 p2, s32 p3); #ifdef __cplusplus } -- cgit v1.2.3