From b40d44202ed0c79cbb769edba8de57412d07501a Mon Sep 17 00:00:00 2001 From: kotorifan Date: Tue, 21 Apr 2026 23:57:34 +0200 Subject: Enough for today --- src/phy_math.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/phy_math.h (limited to 'src/phy_math.h') diff --git a/src/phy_math.h b/src/phy_math.h deleted file mode 100644 index 1110319..0000000 --- a/src/phy_math.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef PHY_MATH -#define PHY_MATH - -typedef struct { - float x; - float y; -} Vec2d; - -Vec2d vec2d_add(Vec2d v1, Vec2d v2); -Vec2d vec2d_sub(Vec2d v1, Vec2d ) -#endif -- cgit v1.3