mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-07-14 07:01:05 -05:00
8 lines
118 B
C++
8 lines
118 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
namespace StringUtil
|
|
{
|
|
std::string GetFormattedString(const char *Format, ...);
|
|
}
|