Mercurial > pub > dyncall > bindings
view lua/luadyncall/test/test_dynstruct.lua @ 52:c5ca08cd3e78
- readme typos
author | Tassilo Philipp |
---|---|
date | Fri, 22 Jan 2021 15:12:34 +0100 |
parents | 0cfcc391201f |
children |
line wrap: on
line source
require "dynstruct" regstructinfo("Rect{cccc}x y z w;") x = newdynstruct("Rect") print(x.x) x.x = -34 print(x.x)