diff options
author | Simponic <loganthebean222@gmail.com> | 2020-08-11 22:13:56 -0600 |
---|---|---|
committer | Simponic <loganthebean222@gmail.com> | 2020-08-11 22:13:56 -0600 |
commit | 723f879f85f25c2d466146e08261e0ae993c72b6 (patch) | |
tree | 185f367c712554f92c14b0074503ff0667e098c3 /build/playerObject.d | |
parent | e84e232f8d003f3cf3340517d8bf6b65ba430143 (diff) | |
download | geometry-dash-gba-723f879f85f25c2d466146e08261e0ae993c72b6.tar.gz geometry-dash-gba-723f879f85f25c2d466146e08261e0ae993c72b6.zip |
Added basic camera controls
Diffstat (limited to 'build/playerObject.d')
-rw-r--r-- | build/playerObject.d | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/build/playerObject.d b/build/playerObject.d new file mode 100644 index 0000000..1e85a77 --- /dev/null +++ b/build/playerObject.d @@ -0,0 +1,23 @@ +playerObject.o: /home/logan/git/GBA-Dash/source/playerObject.c \ + /home/logan/git/GBA-Dash/source/../include/playerObject.h \ + /home/logan/git/GBA-Dash/source/../include/types.h \ + /home/logan/git/GBA-Dash/source/../include/point.h \ + /home/logan/git/GBA-Dash/source/../include/fixed.h \ + /home/logan/git/GBA-Dash/source/../include/velocity.h \ + /home/logan/git/GBA-Dash/source/../include/toolbox.h \ + /home/logan/git/GBA-Dash/source/../include/memmap.h \ + /home/logan/git/GBA-Dash/source/../include/memdef.h \ + /home/logan/git/GBA-Dash/source/../include/input.h \ + /home/logan/git/GBA-Dash/source/../include/sinlut.h \ + /home/logan/git/GBA-Dash/source/../include/camera.h +/home/logan/git/GBA-Dash/source/../include/playerObject.h: +/home/logan/git/GBA-Dash/source/../include/types.h: +/home/logan/git/GBA-Dash/source/../include/point.h: +/home/logan/git/GBA-Dash/source/../include/fixed.h: +/home/logan/git/GBA-Dash/source/../include/velocity.h: +/home/logan/git/GBA-Dash/source/../include/toolbox.h: +/home/logan/git/GBA-Dash/source/../include/memmap.h: +/home/logan/git/GBA-Dash/source/../include/memdef.h: +/home/logan/git/GBA-Dash/source/../include/input.h: +/home/logan/git/GBA-Dash/source/../include/sinlut.h: +/home/logan/git/GBA-Dash/source/../include/camera.h: |