So, I have this Game class, and I have an array of SDL_Rect's. I would like to initialize it in the member initializer list if that's possible, instead of initializing the array inside the constructor body.So, I have this Game class, and I have an array