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 particles #67

Closed Mia75owo closed 7 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 particle class with std::list.