HurricanGame / Hurrican

Freeware jump and shoot game created by Poke53280, based on the Turrican game series by Manfred Trenz
61 stars 22 forks source link

Use stl list for projectiles #68

Closed Mia75owo closed 6 months ago

Mia75owo commented 7 months ago

Related to: (https://github.com/HurricanGame/Hurrican/issues/61)

This replaces the old c-style lists in the projectile class with std::list. This is mostly the same as: (https://github.com/HurricanGame/Hurrican/pull/67)