Cub3D
 
Loading...
Searching...
No Matches
main.c File Reference
#include "cub3d.h"
Include dependency graph for main.c:

Functions

int main (int argc, char **argv)
 Main function of the program. Calls only the cub3d function.
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Main function of the program. Calls only the cub3d function.

Parameters
argcNumber of arguments.
argvArray of arguments.
Returns
int Return values of the cub3d function.
Here is the call graph for this function: