moved everything to chookspace
This commit is contained in:
6
kernel/src/math.h
Normal file
6
kernel/src/math.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
struct Point {
|
||||
unsigned int x;
|
||||
unsigned int y;
|
||||
};
|
||||
Reference in New Issue
Block a user