bubel-ecs/source/bubel
Michał Masiukiewicz c0246ce2af Syntax '*ptr = Structure.init' requires opAssign operator, get rid of this requirement by using malloc.
This is useful when component is defined in another shared library and we use '-fvisibility=hidden', in that case opAssign is hidden and we will get 'undefined symbol'
2022-10-27 23:29:50 +02:00
..
ecs Syntax '*ptr = Structure.init' requires opAssign operator, get rid of this requirement by using malloc. 2022-10-27 23:29:50 +02:00