浏览代码

Fixed declaration order of Strict.

woollybah 6 年之前
父节点
当前提交
88637cb740
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      win32maxguiex.mod/tom.bmx

+ 2 - 2
win32maxguiex.mod/tom.bmx

@@ -1,9 +1,9 @@
+Strict
+
 ' tom.bmx
 ' tom.bmx
 
 
 Import pub.win32
 Import pub.win32
 
 
-Strict
-
 Import "tom.cpp"
 Import "tom.cpp"
 
 
 Const TOMTRUE = -1
 Const TOMTRUE = -1