]> git.lizzy.rs Git - nothing.git/commit
point.h -> vec.h
authorrexim <reximkut@gmail.com>
Sat, 28 Sep 2019 20:24:30 +0000 (03:24 +0700)
committerrexim <reximkut@gmail.com>
Sat, 28 Sep 2019 20:24:30 +0000 (03:24 +0700)
commit83295c8f08a96e81be8b86cbb9a8cf29261e5ddb
tree520eab6df825f7038a10f9a542796fa6762df0cc
parent2785486aeb28bd9b9cf92eea8f1d81c5814a8b54
point.h -> vec.h
21 files changed:
CMakeLists.txt
src/game/camera.h
src/game/level/labels.h
src/game/level/level_editor/label_layer.c
src/game/level/level_editor/label_layer.h
src/game/level/level_editor/point_layer.h
src/game/level/player.c
src/game/sound_samples.h
src/game/sprite_font.h
src/main.c
src/math/mat3x3.h
src/math/point.h [deleted file]
src/math/rect.h
src/math/triangle.h
src/math/vec.h [new file with mode: 0644]
src/sdl/renderer.h
src/ui/console_log.c
src/ui/console_log.h
src/ui/edit_field.h
src/ui/list_selector.c
src/ui/wiggly_text.c