mirror of
https://github.com/SleepingInsomniac/pixelfaucet
synced 2025-02-08 20:46:19 +01:00
10 lines
96 B
Crystal
10 lines
96 B
Crystal
![]() |
require "sdl"
|
||
|
|
||
|
module SDL
|
||
|
class Surface
|
||
|
def pixels
|
||
|
surface.pixels
|
||
|
end
|
||
|
end
|
||
|
end
|