King_DuckZ
2c99251b27
This is potentially subject to change in the near future. This commit adds support for returning an instance (currently wrapped in ForeignObject<>) of a foreign object that is already instantiated. The object returned this way simply gets selected by handle into slot 0 of C Wren. Conversely, returning just a naked object causes wrenpp to make a Wren-accessible copy of it.
5 lines
95 B
Meson
5 lines
95 B
Meson
subdir('dieroll')
|
|
subdir('greet')
|
|
subdir('calendar')
|
|
subdir('math_vector')
|
|
subdir('cpp_calls')
|