bc/bc/String.hpp

17 lines
448 B
C++

#ifndef BC_STRING_HPP
#define BC_STRING_HPP
#include "bc/string/Append.hpp"
#include "bc/string/Copy.hpp"
#include "bc/string/Defines.hpp"
#include "bc/string/Equal.hpp"
#include "bc/string/Find.hpp"
#include "bc/string/Format.hpp"
#include "bc/string/Length.hpp"
#include "bc/string/Memory.hpp"
#include "bc/string/Path.hpp"
#include "bc/string/QuickFormat.hpp"
#include "bc/string/QuickNativePath.hpp"
#include "bc/string/Translate.hpp"
#endif