diff options
Diffstat (limited to 'include/darray.h')
-rw-r--r-- | include/darray.h | 1 |
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
}
|