1
0

Fix DataType

This commit is contained in:
otya128
2016-12-27 13:41:23 +09:00
parent 7d067793b4
commit e0ea45636a

View File

@@ -2,9 +2,9 @@ module otya.smilebasic.data;
enum DataType : byte
{
ushort_,
int_,
double_
ushort_ = 3,
int_ = 4,
double_ = 5
}
align(1) struct DataHeader