|
R-Type
2
Doom but in better
|
This is the file in charge of containing the main function used by gcc to compile the code. More...
#include "RealMain.hpp"
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. | |
This is the file in charge of containing the main function used by gcc to compile the code.
Definition in file Main.cpp.
| int main | ( | int | argc, |
| char ** | argv ) |