[feature] Support for a single wall texture

This commit is contained in:
Oliver Dressler
2025-09-11 22:46:32 +02:00
parent 029eb54e64
commit 67d7ca5c08
6 changed files with 87 additions and 34 deletions

View File

@@ -50,4 +50,10 @@ opaque getTicks : IO UInt32
@[extern "sdl_get_key_state"]
opaque getKeyState : UInt32 IO Bool
@[extern "sdl_load_texture"]
opaque loadTexture : String IO UInt32
@[extern "sdl_render_texture_column"]
opaque renderTextureColumn : Int32 Int32 Int32 Int32 Int32 Int32 IO Int32
end SDL