corwinn / h3r

As of 23.08.2023 this project continues elsewhere.____A remake to be of the game engine of the well-known computer game "Heroes of Might and Magic III" and its official expansions.
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Main class to order singletons about #14

Closed corwinn closed 1 year ago

corwinn commented 1 year ago

C++ doesn't make any promises in regards to the order of static initialisation, but it does so for members.