mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-19 18:04:56 +00:00
refactoring
This commit is contained in:
parent
8b78cc1dec
commit
1e57ccc6ec
4 changed files with 6 additions and 3 deletions
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);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue