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