Tiny change to test the hole thing. :)

This commit is contained in:
Ruben Müller 2011-01-13 09:38:55 +01:00
parent 3e01463af7
commit 0a367c6769

View file

@ -8,6 +8,10 @@ Procedure DrawMenuBackground(screen)
StopDrawing()
EndProcedure
; inital stuff
OpenConsole();
Print("Pongr started!");
; Start the main loop which will create the window, wait for events and draw things
; on the screen. To escape from this loop, press ESC or close the window.
screen = OpenWindow(#PB_Any, 0, 0, 800, 600, "Pongr - Build " + Str(#PB_Editor_BuildCount), #PB_Window_ScreenCentered)
@ -17,9 +21,8 @@ If screen > 0
event = WaitWindowEvent()
Until event = #PB_Event_CloseWindow
EndIf
; IDE Options = PureBasic 4.51 (Linux - x64)
; CursorPosition = 19
; IDE Options = PureBasic 4.51 (MacOS X - x86)
; CursorPosition = 12
; Folding = -
; EnableXP
; EnableCompileCount = 0