Link in lots of files

This commit is contained in:
dbalatoni13 2025-04-12 16:14:33 +02:00
parent f4b023df31
commit 0250682281
25 changed files with 723 additions and 446 deletions

View file

@ -285,8 +285,8 @@ typedef struct hsf_camera {
HsfVector3f pos;
float aspect_dupe;
float fov;
float near;
float far;
float nnear;
float ffar;
} HsfCamera;
typedef struct hsf_light {