mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-02 13:27:14 -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);
|
|
}
|