5 messages · Page 1 of 1 (latest)
You didn't input the right arguments
your GameObjects std::vector is const but packArray expects a mutable vector
GameObjects
std::vector
const
packArray
also, don't do typedef struct ...
typedef struct ...
that's a C thing
mmm, brain damage onmy part