Copy-paste fix pattern
library CB-Render
fn main() {
init_window(640, 360, "Window")
clear(0x071018)
swap_buffers_fast()
}
ClosedBit Docs
ClosedBit error docs
Unknown function. The checker found a function call that is not built in and is not defined in this source or a loaded library.
The checker found a function call that is not built in and is not defined in this source or a loaded library.
Check spelling, add the required library, or define the function before calling it.
library CB-Render
fn main() {
init_window(640, 360, "Window")
clear(0x071018)
swap_buffers_fast()
}