mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-02-01 18:12:12 -05:00
7 lines
100 B
C++
7 lines
100 B
C++
#pragma once
|
|
|
|
#include <cstdint>
|
|
#include <string>
|
|
|
|
std::string strprintf(const char *format, ...);
|