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