mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-22 13:18:34 -05:00
7 lines
121 B
C++
7 lines
121 B
C++
#include "system-info.hpp"
|
|
|
|
void system_info(GoLiveApi::Capabilities &capabilities)
|
|
{
|
|
UNUSED_PARAMETER(capabilities);
|
|
}
|