; Here we draw stuff on screen. These are the dispatch ; functions which wil lbe calles from the state dispatch ; process. Procedure DrawMenu() DrawText(50, 50, *ActiveMenu\Title, RGB(255, 255, 255), RGB(0, 0, 0)) EndProcedure Procedure DrawRunningGame() Box(0, 0, 200, 200, RGB(0, 255, 0)) EndProcedure ; IDE Options = PureBasic 4.51 (Linux - x64) ; CursorPosition = 3 ; Folding = - ; EnableUnicode ; EnableThread ; EnableXP ; EnableCompileCount = 0 ; EnableBuildCount = 0