diff options
author | Revo <projectrevotpp@hotmail.com> | 2020-09-29 12:50:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-29 12:50:12 -0400 |
commit | bb28572125c45ec20f5fbf85120cd71fb2486bac (patch) | |
tree | 7847f3008d5208a45460af5805087f21b7613a4f /include | |
parent | 1cc68edd6a6967c661579858ec0c1cf1d6d644d5 (diff) | |
parent | c285b7af502dfe463479cecfbb26313be3e5f5f4 (diff) |
Merge pull request #106 from mparisi20/master
Finish splitting nw4r::lyt and split more standard library modules
Diffstat (limited to 'include')
-rw-r--r-- | include/GameSpy/darray.h (renamed from include/darray.h) | 0 | ||||
-rw-r--r-- | include/GameSpy/hashtable.h (renamed from include/hashtable.h) | 2 | ||||
-rw-r--r-- | include/GameSpy/nonport.h (renamed from include/nonport.h) | 0 | ||||
-rw-r--r-- | include/libstdc++/qsort.h (renamed from include/qsort.h) | 0 |
4 files changed, 1 insertions, 1 deletions
diff --git a/include/darray.h b/include/GameSpy/darray.h index 5c7c170..5c7c170 100644 --- a/include/darray.h +++ b/include/GameSpy/darray.h diff --git a/include/hashtable.h b/include/GameSpy/hashtable.h index 784ab35..26e0b6d 100644 --- a/include/hashtable.h +++ b/include/GameSpy/hashtable.h @@ -5,7 +5,7 @@ extern "C" {
#endif
-#include "darray.h"
+#include "GameSpy/darray.h"
typedef s32 (*HashFunction)(void *, s32);
diff --git a/include/nonport.h b/include/GameSpy/nonport.h index c1ed0e7..c1ed0e7 100644 --- a/include/nonport.h +++ b/include/GameSpy/nonport.h diff --git a/include/qsort.h b/include/libstdc++/qsort.h index c13ae0e..c13ae0e 100644 --- a/include/qsort.h +++ b/include/libstdc++/qsort.h |