diff options
| author | Revo <projectrevotpp@hotmail.com> | 2020-10-31 18:29:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-31 18:29:54 -0400 |
| commit | b78fc344a7db4386fc086e96107ed9f5f6cf45ae (patch) | |
| tree | c93cb32ab858dae70b15b1c4943ee8e771dadbde /include/libstdc++ | |
| parent | f13fcff4a5f496e8bc1fa4ff759698d9ac37c478 (diff) | |
| parent | 9ba8186ce645c468f66eed98034db0127f3e3199 (diff) | |
Merge pull request #154 from mparisi20/master
decompile code_801DCE6C.o, move gamespy, and add standard C system headers
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
|
