6 lines
124 B
Standard ML
6 lines
124 B
Standard ML
|
|
structure AsciiSpace =
|
||
|
|
struct
|
||
|
|
fun lerp (xOffset: Real32.real, yOffset, scale, windowWidth, windowHeight) =
|
||
|
|
#[ ]
|
||
|
|
end
|