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

13 lines
150 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()
FMain.Show
End