fix html compile issues

This commit is contained in:
Kade M
2021-06-23 19:48:05 -07:00
parent a1e2109f57
commit 3cb2d46e50
7 changed files with 22 additions and 8 deletions

View File

@ -1,3 +1,4 @@
#if sys
package smTools;
class SMNote
@ -5,4 +6,5 @@ class SMNote
public var time:Float;
public var data:Int;
public var length:Float;
}
}
#end