separation to vec.h, generic vector ops, camera class and its usage for spatial rendering

This commit is contained in:
2024-07-29 15:21:39 +03:00
parent 86d135281e
commit ff077c5d0d
12 changed files with 207 additions and 62 deletions

View File

@ -36,16 +36,16 @@ set(SOURCE_FILES
third-party/stb/stb_vorbis.c
third-party/glad/src/glad.c
src/config.h
src/context.h
src/context.c
src/main.c
src/audio.c
src/config.h
src/context.c src/context.h
src/audio.c src/audio.h
src/util.c src/util.h
src/rendering.c src/rendering.h
src/textures.c src/textures.h
src/input.c src/input.h
src/text.c src/text.h
src/camera.c src/camera.h
src/game_api.h
src/game/game.c src/game/game.h