Browse Source

Fixed declaration order of Strict.

woollybah 6 năm trước cách đây
mục cha
commit
128e7ca622
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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"