From 90125f6809d6c2a9e4d72b6c3846c8b378d32261 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Sat, 26 Oct 2024 23:23:19 +1100 Subject: adding file doc comments --- src/camera.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/camera.c') diff --git a/src/camera.c b/src/camera.c index eb8fc7d..2f5506e 100644 --- a/src/camera.c +++ b/src/camera.c @@ -1,3 +1,11 @@ +/** + * @file camera.c + * @author Omniscient + * @brief Camera movement + * + * @copyright Copyright (c) 2024 + */ + #include mat4 camera_view_proj(camera camera, f32 lens_height, f32 lens_width, mat4* out_view, mat4* out_proj) { -- cgit v1.2.3-70-g09d2