Skip to content
  • Anton Gladky's avatar
    Drop including "yade/" folder in cpp and hpp files. · 9b2dea31
    Anton Gladky authored
    Many years we had a symlink in build-dir "yade" which
    points to a source dir. It was neccessary for scons build
    system, which is not the case at the moment. All headers
    must be included directly without "yade/" prefix, e.g.:
    
    <core/Scene.hpp>
    <pkg/common/Sphere.hpp>
    9b2dea31