mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2024-11-12 21:09:01 +00:00
9 lines
282 B
C++
9 lines
282 B
C++
#ifndef SPROUT_ALGORITHM_SORT_HPP
|
|
#define SPROUT_ALGORITHM_SORT_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/algorithm/fixed/sort.hpp>
|
|
#include <sprout/algorithm/outfit/sort.hpp>
|
|
#include <sprout/algorithm/infit/sort.hpp>
|
|
|
|
#endif // #ifndef SPROUT_ALGORITHM_SORT_HPP
|