// main.c #include #include #include #include "common.h" #include "graphics.h" #include "physics.h" int main(void) { return EXIT_SUCCESS; }