summaryrefslogtreecommitdiff
path: root/include/darray.h
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-09-15 18:01:21 -0400
committerMax <mparisi@stevens.edu>2020-09-15 18:01:21 -0400
commit4febf81f59b047482fa0575db45e3b80c18c55a3 (patch)
treeaaef9bf8df52fb56009e770209e93c3ed60c8030 /include/darray.h
parent67fd727a3c293215c644bb690bad1db0df67046f (diff)
hashtable.c matches, but needs cleanup
Diffstat (limited to 'include/darray.h')
-rw-r--r--include/darray.h1
1 files changed, 1 insertions, 0 deletions
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
}