diff options
author | Max <mparisi@stevens.edu> | 2020-10-29 14:27:37 -0400 |
---|---|---|
committer | Max <mparisi@stevens.edu> | 2020-10-29 14:27:37 -0400 |
commit | 47a1bdea8872c79dd2cd7d75ca7f254b9ed13170 (patch) | |
tree | f254bbac3fde59afbc4abe7f07ea763bed53b20c /include/libstdc++ | |
parent | f13fcff4a5f496e8bc1fa4ff759698d9ac37c478 (diff) |
match up to func_801DCFE4, add string.h and stdlib.h, add types.h to Makefile include path, and move GameSpy under DWC
Diffstat (limited to 'include/libstdc++')
-rw-r--r-- | include/libstdc++/CPlusLib.h | 14 | ||||
-rw-r--r-- | include/libstdc++/qsort.h | 15 |
2 files changed, 0 insertions, 29 deletions
diff --git a/include/libstdc++/CPlusLib.h b/include/libstdc++/CPlusLib.h deleted file mode 100644 index 819c0a9..0000000 --- a/include/libstdc++/CPlusLib.h +++ /dev/null @@ -1,14 +0,0 @@ -#ifndef POKEREVO_CPLUSLIB_H -#define POKEREVO_CPLUSLIB_H - -#ifdef __cplusplus -extern "C" { -#endif - -void __ptmf_scall(...); - -#ifdef __cplusplus -} -#endif - -#endif //POKEREVO_CPLUSLIB_H diff --git a/include/libstdc++/qsort.h b/include/libstdc++/qsort.h deleted file mode 100644 index c13ae0e..0000000 --- a/include/libstdc++/qsort.h +++ /dev/null @@ -1,15 +0,0 @@ -#ifndef POKEREVO_QSORT_H
-#define POKEREVO_QSORT_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-void qsort(void *base, u32 nmemb, u32 size,
- s32 (*compar)(const void *, const void *));
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif //POKEREVO_QSORT_H
|