summaryrefslogtreecommitdiff
path: root/include/GameSpy/nonport.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/GameSpy/nonport.h')
-rw-r--r--include/GameSpy/nonport.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/GameSpy/nonport.h b/include/GameSpy/nonport.h
deleted file mode 100644
index c1ed0e7..0000000
--- a/include/GameSpy/nonport.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef POKEREVO_NONPORT_H
-#define POKEREVO_NONPORT_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-void *gsimalloc(u32 sz);
-void *gsirealloc(void *ptr, u32 sz);
-void gsifree(void *ptr);
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif //POKEREVO_NONPORT_H