mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-05-12 17:35:49 -04:00
6 lines
81 B
C++
6 lines
81 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
std::string strprintf(const char *format, ...);
|