// Copyright (c) 2008-2023 the Urho3D project // License: MIT #pragma once namespace Urho3D { /// Register Physics2D library objects. /// @nobind void URHO3D_API RegisterPhysics2DLibrary(Context* context); }