mirror of
https://github.com/coderkei/akmenu-next.git
synced 2025-06-19 09:25:33 -04:00
12 lines
170 B
C++
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, ...);
|