mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2024-11-14 10:39:05 +00:00
10 lines
294 B
C++
10 lines
294 B
C++
|
#ifndef SPROUT_PREPROCESSOR_STR_ALL_HPP
|
||
|
#define SPROUT_PREPROCESSOR_STR_ALL_HPP
|
||
|
|
||
|
#include <sprout/config.hpp>
|
||
|
#include <sprout/preprocessor/wstr.hpp>
|
||
|
#include <sprout/preprocessor/u16str.hpp>
|
||
|
#include <sprout/preprocessor/u32str.hpp>
|
||
|
|
||
|
#endif // #ifndef SPROUT_PREPROCESSOR_STR_ALL_HPP
|