Group_B_VirtualEscapeRoom
Functions
main.c File Reference
#include <stdio.h>
#include <stdbool.h>
#include "parsenexec.h"
#include "object.h"
#include "execution.h"

Functions

int main ()
 The main function that continuously calls the three major functions to keep the game going. More...
 

Function Documentation

◆ main()

int main ( )

The main function that continuously calls the three major functions to keep the game going.

Returns
0 always