diff options
author | Omniscient <omniscient.oce@gmail.com> | 2024-04-23 21:20:52 +1000 |
---|---|---|
committer | Omniscient <omniscient.oce@gmail.com> | 2024-04-23 21:20:52 +1000 |
commit | fd582eeebe716dac85531d2dda8cee2c06b8ddf9 (patch) | |
tree | d722da639ec7c9c6c6699209ec0ef775553d4667 /src/systems/physics.c | |
parent | 823f25f993d52a377e95bbfd98506b6b73fdf01e (diff) |
start spitballing physics
Diffstat (limited to 'src/systems/physics.c')
-rw-r--r-- | src/systems/physics.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systems/physics.c b/src/systems/physics.c new file mode 100644 index 0000000..299c0c1 --- /dev/null +++ b/src/systems/physics.c @@ -0,0 +1 @@ +#include "physics.h"
\ No newline at end of file |