gambas-source-code/app/examples/OpenGL/PDFPresentation/.src/MMain.module

14 lines
172 B
Text
Raw Normal View History

' Gambas module file
Public Path As String
Public ShowLogo As Boolean = True
Public FrameRate As Integer = 50
Public Sub Main()
Print Env["GB_GUI"]
FMain.Show
End