1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-02-04 21:33:56 +00:00
Sprout/sprout/preprocessor.hpp
bolero-MURAKAMI 89e2be54fa add stringize preprocessor
add random using
add some headers
2012-04-14 12:31:47 +09:00

10 lines
327 B
C++

#ifndef SPROUT_PREPROCESSOR_HPP
#define SPROUT_PREPROCESSOR_HPP
#include <sprout/config.hpp>
#include <sprout/preprocessor/cat.hpp>
#include <sprout/preprocessor/stringize_all.hpp>
#include <sprout/preprocessor/str_all.hpp>
#include <sprout/preprocessor/unique_string.hpp>
#endif // #ifndef SPROUT_PREPROCESSOR_HPP