Add gravity, starting and stopping simulation

This commit is contained in:
2022-12-22 09:50:40 +00:00
parent d81f2f373c
commit efaf8736d8
8 changed files with 128 additions and 31 deletions

View File

@@ -7,4 +7,6 @@ extern void (*asset_command)(char *asset);
void print_file(char *file);
#endif