Dumb-ways-to-memorize
2D game
Main Page
Related Pages
Data Structures
Files
File List
Globals
dumb-ways-to-memorize
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
}
main
int main()
Definition:
main.c:4
main.h
Run
int Run()
Definition:
game.c:666
Setup
int Setup()
Definition:
game.c:592
Shutdown
void Shutdown()
Definition:
game.c:679
Generated by
1.8.11