From bcdb7b205359c7d43ddfe2ca1ff4ed1d6fad8386 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 15 Sep 2020 15:17:34 -0400 Subject: decomp TableNew, TableNew2, TableFree, and add labels for references --- include/SDK/OS/hashtable.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 include/SDK/OS/hashtable.h (limited to 'include') diff --git a/include/SDK/OS/hashtable.h b/include/SDK/OS/hashtable.h new file mode 100644 index 0000000..1893d1d --- /dev/null +++ b/include/SDK/OS/hashtable.h @@ -0,0 +1,14 @@ +#ifndef POKEREVO_HASHTABLE_H +#define POKEREVO_HASHTABLE_H + +#ifdef __cplusplus +extern "C" { +#endif + + + +#ifdef __cplusplus +} +#endif + +#endif //POKEREVO_HASHTABLE_H -- cgit v1.2.3