Re: SFML2 Demo Dilema
- Posted by jimcbrown (admin) May 09, 2015
- 2613 views
Shian_Lee said...
As far as I understand C struct, it's about a single pointer for continuous block of memory. So I assume that all you need is a pointer
More or less. There are some annoying hiccups, however, like packing size/padding.