Updating README

This commit is contained in:
Krzosa Karol
2022-09-30 16:58:20 +02:00
parent ecf4ee8d8a
commit 32fbacff6d
3 changed files with 25 additions and 23 deletions

View File

@@ -7,10 +7,8 @@
#import "WINMM.core"
Vec2I :: struct;; x: S64; y: S64
Vec2 :: struct;; x: F32; y: F32
AppIsRunning := true
Windows_Bitmap :: struct
size: Vec2I
data: *U32