0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/UI/update/update-helpers.hpp
2023-02-19 01:35:56 +01:00

7 lines
100 B
C++

#pragma once
#include <cstdint>
#include <string>
std::string strprintf(const char *format, ...);