Physics2D.h 212 B

12345678910111213
  1. // Copyright (c) 2008-2023 the Urho3D project
  2. // License: MIT
  3. #pragma once
  4. namespace Urho3D
  5. {
  6. /// Register Physics2D library objects.
  7. /// @nobind
  8. void URHO3D_API RegisterPhysics2DLibrary(Context* context);
  9. }