Dumb-ways-to-memorize
2D game
main.c
Go to the documentation of this file.
1 #include "main.h"
2 
3 
4 int main()
5 {
6  Setup();
7  Run();
8  Shutdown();
9 }
int main()
Definition: main.c:4
int Run()
Definition: game.c:666
int Setup()
Definition: game.c:592
void Shutdown()
Definition: game.c:679