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 + 1 file changed, 1 insertion(+) (limited to 'include/darray.h') 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 } -- cgit v1.2.3