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 13:41:36 +00:00
#include "system-info.hpp"
void system_info(GoLiveApi::Capabilities &capabilities)
{
UNUSED_PARAMETER(capabilities);
}