This website works better with JavaScript
首页
发现
帮助
登录
BlitzNG
/
maxgui.mod
镜像自地址
https://github.com/bmx-ng/maxgui.mod.git
关注
2
点赞
0
派生
0
文件
工单管理
0
Wiki
浏览代码
Fixed declaration order of Strict.
woollybah
6 年之前
父节点
eca832a9ff
当前提交
88637cb740
共有
1 个文件被更改
,包括
2 次插入
和
2 次删除
合并视图
显示文件统计
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