Dumb-ways-to-memorize
2D game
Functions
main.c File Reference
#include "main.h"
+ Include dependency graph for main.c:

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

int main ( )

Definition at line 4 of file main.c.

References Run(), Setup(), and Shutdown().

5 {
6  Setup();
7  Run();
8  Shutdown();
9 }
int Run()
Definition: game.c:666
int Setup()
Definition: game.c:592
void Shutdown()
Definition: game.c:679