Files
SplenkOS/kernel/src/math.h

6 lines
65 B
C
Raw Normal View History

2026-01-28 09:13:12 +11:00
#pragma once
struct Point {
unsigned int x;
unsigned int y;
};