mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
d01ee064e2
add compost library.
7 lines
198 B
C++
7 lines
198 B
C++
#ifndef SPROUT_COMPOST_SOURCES_HPP
|
|
#define SPROUT_COMPOST_SOURCES_HPP
|
|
|
|
#include <sprout/config.hpp>
|
|
#include <sprout/compost/sources/source.hpp>
|
|
|
|
#endif // #ifndef SPROUT_COMPOST_SOURCES_HPP
|