mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
11 lines
303 B
C++
11 lines
303 B
C++
|
#ifndef SPROUT_BREED_BREED_HPP
|
||
|
#define SPROUT_BREED_BREED_HPP
|
||
|
|
||
|
#include <sprout/breed/core.hpp>
|
||
|
//#include <sprout/breed/debug.hpp>
|
||
|
//#include <sprout/breed/context.hpp>
|
||
|
//#include <sprout/breed/transform.hpp>
|
||
|
//#include <sprout/breed/functional.hpp>
|
||
|
|
||
|
#endif // #ifndef SPROUT_BREED_BREED_HPP
|