Sunshine latest
Self-hosted game stream host for Moonlight.
main.h File Reference

Declarations for the main entry point for Sunshine. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int main (int argc, char *argv[])
 Main application entry point.
 

Detailed Description

Declarations for the main entry point for Sunshine.

Function Documentation

◆ main()

int main ( int argc,
char * argv[] )

Main application entry point.

Parameters
argcThe number of arguments.
argvThe arguments.

Examples

main(1, const char* args[] = {"sunshine", nullptr});
int main(int argc, char *argv[])
Main application entry point.
Definition main.cpp:92
Functions for handling command line arguments.
Definition entry_handler.cpp:39