summaryrefslogtreecommitdiff
path: root/include/SDK/OS/hashtable.h
diff options
context:
space:
mode:
authorMax <mparisi@stevens.edu>2020-09-15 15:17:34 -0400
committerMax <mparisi@stevens.edu>2020-09-15 15:17:34 -0400
commitbcdb7b205359c7d43ddfe2ca1ff4ed1d6fad8386 (patch)
treeb3d5f90947e23a92fea62ac30521b4b960a57e2c /include/SDK/OS/hashtable.h
parent27f9506eda2852ac4a9e99f1a00222c86afe317d (diff)
decomp TableNew, TableNew2, TableFree, and add labels for references
Diffstat (limited to 'include/SDK/OS/hashtable.h')
-rw-r--r--include/SDK/OS/hashtable.h14
1 files changed, 14 insertions, 0 deletions
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