mirror of
https://github.com/love2d/love-android.git
synced 2026-08-17 11:11:23 +02:00
6 lines
87 B
FortranFixed
6 lines
87 B
FortranFixed
program example
|
|
integer n
|
|
n = 1
|
|
call ilFBindImage(n)
|
|
end
|