sdl3 and uh some fun stuff!

This commit is contained in:
Morrígan 2025-06-22 21:35:03 +02:00
parent bbd12beab2
commit d5e67552d4
Signed by: morrigan
GPG key ID: CACB010F463A77D0
4 changed files with 65 additions and 25 deletions

5
math.odin Normal file
View file

@ -0,0 +1,5 @@
package main
Position :: struct {
x, y: f32,
}