zonetool2 icon indicating copy to clipboard operation
zonetool2 copied to clipboard

Add support for parsing structures with bits

Open RektInator opened this issue 3 years ago • 0 comments

struct test { int field1 : 4; int field2 : 4; };

RektInator avatar Nov 09 '20 09:11 RektInator