mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-08 14:58:08 +00:00
fix radsort multi-inclusion
This commit is contained in:
Vendored
+5
@@ -1,5 +1,8 @@
|
||||
// New radsort.
|
||||
|
||||
#if !defined(RADSORT_H)
|
||||
#define RADSORT_H
|
||||
|
||||
// To Use:
|
||||
// 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_elements
|
||||
#undef rsdiff_ptr_elements
|
||||
|
||||
#endif // RADSORT_H
|
||||
|
||||
Reference in New Issue
Block a user