feature/export-cmake #8

Merged
lowearthorbit merged 3 commits from feature/export-cmake into release/0.2.0 2026-03-15 00:52:26 +01:00
Showing only changes of commit bff1f24f0c - Show all commits

View File

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