In the main function, set the callbacks that will be used to call the functions? ``` umka fn main() { raylib.SetInitCallback("init") raylib.SetUpdateCallback("update") raylib.SetCloseCallback("close") } ``` ... Maybe?
In the main function, set the callbacks that will be used to call the functions?
... Maybe?