Limo
A simple mod manager
Loading...
Searching...
No Matches
main.cpp File Reference

Contains the main function. More...

#include "ui/ipcclient.h"
#include "ui/mainwindow.h"
#include <QApplication>
#include <filesystem>
#include <iostream>
Include dependency graph for main.cpp:

Functions

int main (int argc, char *argv[])
 Main function of Limo.
 

Detailed Description

Contains the main function.

Function Documentation

◆ main()

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

Main function of Limo.

Parameters
argcNumber of arguments passed to the application.
argvArray of arguments passed to the application.
Returns
0: Application exited normally. 1: An error occurred while parsing arguments. 2: Execution canceled, another Limo instance is already running.