Manual_Navigation.cpp 261 B

12345678910111213141516
  1. // Copyright (c) 2008-2023 the Urho3D project
  2. // License: MIT
  3. #ifdef URHO3D_NAVIGATION
  4. #include "../Precompiled.h"
  5. #include "../AngelScript/APITemplates.h"
  6. #include "../AngelScript/Manual_Navigation.h"
  7. namespace Urho3D
  8. {
  9. }
  10. #endif // def URHO3D_NAVIGATION