diff options
author | Max <mparisi@stevens.edu> | 2020-09-15 17:13:00 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-09-15 17:13:00 -0400 |
commit | 67fd727a3c293215c644bb690bad1db0df67046f (patch) | |
tree | 21720e999d6630c04c6d971906b56340075b2931 /include/SDK/OS/hashtable.h | |
parent | 7000f90b2f33dbc2325b6da49c7e3cfc5510e845 (diff) |
TableLookup, TableMapSafe, TableMapSafe2. Added darray.h header
Diffstat (limited to 'include/SDK/OS/hashtable.h')
-rw-r--r-- | include/SDK/OS/hashtable.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/include/SDK/OS/hashtable.h b/include/SDK/OS/hashtable.h deleted file mode 100644 index 1893d1d..0000000 --- a/include/SDK/OS/hashtable.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef POKEREVO_HASHTABLE_H
-#define POKEREVO_HASHTABLE_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif //POKEREVO_HASHTABLE_H
|