0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00
obs-studio/UI/system-info-macos.mm

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
124 B
Plaintext
Raw Normal View History

2024-04-18 15:41:36 +02:00
#include "system-info.hpp"
void system_info(GoLiveApi::Capabilities &capabilities)
{
UNUSED_PARAMETER(capabilities);
}