V-Gears 0
Free Final Fantasy VII engine.
main.cpp File Reference
#include <QtWidgets/QApplication>
#include "MainWindow.h"
Include dependency graph for main.cpp:

Functions

int main (int argc, char *argv[])
 Installer main function. More...
 

Function Documentation

◆ main()

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

Installer main function.

Parameters
[in]argcNumber of arguments passed to the application.
[in]argvList of arguments passed to the application.
Returns
The application return code. 0 is OK.