mirror of
https://github.com/XITRIX/Moonlight-Switch.git
synced 2026-05-30 11:46:51 +00:00
12 lines
137 B
C++
12 lines
137 B
C++
//
|
|
// main_args.hpp
|
|
// Moonlight
|
|
//
|
|
// Created by XITRIX on 22.01.2024.
|
|
//
|
|
|
|
|
|
#pragma once
|
|
|
|
bool startFromArgs(int argc, char** argv);
|