I want to keep a list of pointers-to-C-struct but this line:cpBody* cpBodies_[]; which I use as a workaround. I am using DMD 2.065.
cpBody*[] cpBodies;
I want to keep a list of pointers-to-C-struct but this line:cpBody* cpBodies_[]; which I use as a workaround. I am using DMD 2.065.
cpBody*[] cpBodies;