vabold / Kinoko

A reimplementation of Mario Kart Wii's physics engine in C++
MIT License
46 stars 10 forks source link

Add final keyword where applicable #108

Open malleoz opened 5 months ago

malleoz commented 5 months ago

In the interest of continued improvements that prevent us from shooting ourselves in the foot, we should add the final keyword to derived classes which should not be inherited from. Examples: