mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-18 01:28:36 +00:00
refactoring
This commit is contained in:
9
src/Util/string_util.h
Normal file
9
src/Util/string_util.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
#include <vector>
|
||||
#include <string>
|
||||
|
||||
namespace StringUtil {
|
||||
|
||||
std::vector<std::string> split_string(const std::string& str, char delimiter);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user