fix: apply new fix path to src
All checks were successful
CI / build (push) Successful in 13s
CI / build (pull_request) Successful in 13s

This commit is contained in:
2026-03-15 00:48:44 +01:00
parent b2910437a5
commit bff1f24f0c

View File

@@ -1,4 +1,4 @@
#include "curtle.h" #include "curtle/vector.h"
#include <math.h> #include <math.h>
struct vec2 vec2_add(const struct vec2 a, const struct vec2 b) struct vec2 vec2_add(const struct vec2 a, const struct vec2 b)