mirror of
https://github.com/DarkStore-3DS/DarkStore.git
synced 2026-07-02 16:49:05 +00:00
10 lines
186 B
C++
10 lines
186 B
C++
#pragma once
|
|
|
|
#include "common.hpp"
|
|
|
|
bool matchPattern(std::string pattern, std::string tested);
|
|
|
|
namespace StringUtils
|
|
{
|
|
std::string format(const std::string& fmt_str, ...);
|
|
} |