Files
curtle/include/curtle/curtle.h
Leo Sulzbacher 2885daf577
All checks were successful
CI / build (push) Successful in 13s
fix: apply hotfix-0001
fixes the ci pipeline
Reviewed-on: #1
2026-03-14 13:44:35 +01:00

6 lines
77 B
C

#ifndef CURTLE_H
#define CURTLE_H
#include "curtle/linear_algebra.h"
#endif