Fix DataType
This commit is contained in:
@@ -2,9 +2,9 @@ module otya.smilebasic.data;
|
|||||||
|
|
||||||
enum DataType : byte
|
enum DataType : byte
|
||||||
{
|
{
|
||||||
ushort_,
|
ushort_ = 3,
|
||||||
int_,
|
int_ = 4,
|
||||||
double_
|
double_ = 5
|
||||||
}
|
}
|
||||||
|
|
||||||
align(1) struct DataHeader
|
align(1) struct DataHeader
|
||||||
|
|||||||
Reference in New Issue
Block a user