obs-studio/UI/system-info-posix.cpp

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

7 lines
121 B
C++
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);
}