Skip to content

Commit 705189e

Browse files
authored
Merge pull request #1 from arturmietek/main
Adding signed int 32 and unsigned int 32 types
2 parents 41932ce + 9f10c53 commit 705189e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ export enum EnumNumberFormat {
2424
default = 0,
2525
float32 = 1,
2626
signedInt16 = 2,
27+
signedInt32 = 3,
28+
unsignedInt32 = 4,
2729
}
2830
export enum EnumStateClasses {
2931
none = 0,

0 commit comments

Comments
 (0)