mirror of
https://github.com/XITRIX/Moonlight-Switch.git
synced 2026-05-30 11:46:51 +00:00
12 lines
208 B
C++
12 lines
208 B
C++
//
|
|
// forwarder_maker.hpp
|
|
// Moonlight
|
|
//
|
|
// Created by XITRIX on 23/01/2024.
|
|
//
|
|
|
|
#pragma once
|
|
#include <Settings.hpp>
|
|
|
|
int makeForwarder(const Host& host, const App& app, bool add_moonlight_logo = true);
|