Selaa lähdekoodia

Fixed declaration order of Strict.

woollybah 6 vuotta sitten
vanhempi
commit
128e7ca622
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  1. 1 2
      cocoamaxgui.mod/cocoamaxgui.bmx

+ 1 - 2
cocoamaxgui.mod/cocoamaxgui.bmx

@@ -1,3 +1,4 @@
+Strict
 Rem
 bbdoc: MaxGUI Drivers/CocoaMaxGUI
 about:
@@ -11,8 +12,6 @@ This Module provides a Cocoa based #MaxGUI driver For Mac OS X.
 End Rem
 Module MaxGUI.CocoaMaxGUI
 
-Strict
-
 ModuleInfo "Version: 1.55B"
 ModuleInfo "Author: Simon Armstrong, Seb Hollington"
 ModuleInfo "License: zlib/libpng"