diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..cdd077c --- /dev/null +++ b/src/main.c @@ -0,0 +1,13 @@ +// main.c +#include <stdio.h> +#include <stdlib.h> +#include <raylib.h> + +#include "common.h" +#include "graphics.h" +#include "physics.h" + +int main(void) +{ + return EXIT_SUCCESS; +} |
