R-Type  2
Doom but in better
Loading...
Searching...
No Matches
Main.cpp
Go to the documentation of this file.
1/*
2** EPITECH PROJECT, 2024
3** Untitled (Workspace)
4** File description:
5** main.cpp
6*/
7
14#include "RealMain.hpp"
15
23int main(int argc, char **argv)
24{
25 return RealMain(argc, argv);
26}
This is the file in charge of containing the main class and other ressources at the root of the progr...
int RealMain(int argc, char **argv)
The main function for initializing and running the application.
Definition RealMain.cpp:277
int main(void)
Definition main.cpp:3