9 lines
153 B
C++
9 lines
153 B
C++
module;
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
|
|
export module shadow_utils;
|
|
|
|
|
|
export std::vector<std::string> explode(const std::string& s, const char& c); |