mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-07 06:18:42 +00:00
fix radsort multi-inclusion
This commit is contained in:
Vendored
+5
@@ -1,5 +1,8 @@
|
|||||||
// New radsort.
|
// New radsort.
|
||||||
|
|
||||||
|
#if !defined(RADSORT_H)
|
||||||
|
#define RADSORT_H
|
||||||
|
|
||||||
// To Use:
|
// To Use:
|
||||||
// Create a less_than function and then call radsort.
|
// Create a less_than function and then call radsort.
|
||||||
//
|
//
|
||||||
@@ -605,3 +608,5 @@ RSFORCEINLINE void radsortinternal( void * start, size_t len, size_t element_siz
|
|||||||
#undef rsadd_ptr
|
#undef rsadd_ptr
|
||||||
#undef rsadd_ptr_elements
|
#undef rsadd_ptr_elements
|
||||||
#undef rsdiff_ptr_elements
|
#undef rsdiff_ptr_elements
|
||||||
|
|
||||||
|
#endif // RADSORT_H
|
||||||
|
|||||||
Reference in New Issue
Block a user