akmenu-next/arm9/source/stringtool.h
2024-10-13 02:11:14 -07:00

12 lines
170 B
C++

/*
Copyright (C) 2007 Acekard, www.acekard.com
SPDX-License-Identifier: MIT
*/
#pragma once
#include <string>
std::string formatString(const char* fmt, ...);