added final

This commit is contained in:
2024-09-03 21:47:14 +03:00
parent 0204ef5729
commit aed7b1ec8a

View File

@@ -12,7 +12,7 @@
namespace omath::prediction
{
class Engine
class Engine final
{
public:
explicit Engine(float gravityConstant, float simulationTimeStep,