![]() |
Limo
A simple mod manager
|
Contains the main function. More...
#include "ui/ipcclient.h"
#include "ui/mainwindow.h"
#include <QApplication>
#include <filesystem>
#include <iostream>
Functions | |
int | main (int argc, char *argv[]) |
Main function of Limo. | |
Contains the main function.
int main | ( | int | argc, |
char * | argv[] ) |
Main function of Limo.
argc | Number of arguments passed to the application. |
argv | Array of arguments passed to the application. |