danielknobe / blobbyvolley2

Official continuation of the famous Blobby Volley 1.x arcade game.
GNU General Public License v2.0
161 stars 21 forks source link

use std::make_unique #126

Closed ngc92 closed 1 year ago

ngc92 commented 1 year ago

I think we had the same idea :)

ngc92 commented 1 year ago

In the State code, there is still a lot of naked new. I don't know why switchState doesn't just take a unique_ptr as argument?