fix radsort multi-inclusion

This commit is contained in:
Ryan Fleury
2025-06-10 15:15:54 -07:00
parent b8c0a6c4f0
commit 0ad3bb1550
+5
View File
@@ -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