R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Main.cpp File Reference

This is the file in charge of containing the main function used by gcc to compile the code. More...

#include "RealMain.hpp"
Include dependency graph for Main.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 This is the main function, it is the one that g++ uses to start building the program.
 

Detailed Description

This is the file in charge of containing the main function used by gcc to compile the code.

Definition in file Main.cpp.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

This is the main function, it is the one that g++ uses to start building the program.

Parameters
argcThe number of arguments passed to the program.
argvThe list of arguments passed to the program
Returns
int The status of the program's execution

Definition at line 23 of file Main.cpp.