Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/geometry/normal_cycle.h
| /* SPDX-License-Identifier: GPL-2.0-or-later | /* SPDX-License-Identifier: GPL-2.0-or-later | ||||
| * The Original Code is: | * The Original Code is: | ||||
| * OGF/Graphite: Geometry and Graphics Programming Library + Utilities | * OGF/Graphite: Geometry and Graphics Programming Library + Utilities | ||||
| * Copyright 2000 Bruno Levy <levy@loria.fr> */ | * Copyright 2000 Bruno Levy <levy@loria.fr> */ | ||||
| #pragma once | #pragma once | ||||
| /** \file | /** \file | ||||
| * \ingroup freestyle | * \ingroup freestyle | ||||
| */ | */ | ||||
| #include "Geom.h" | #include "Geom.h" | ||||
| #include "../system/FreestyleConfig.h" | |||||
| #ifdef WITH_CXX_GUARDEDALLOC | #ifdef WITH_CXX_GUARDEDALLOC | ||||
| # include "MEM_guardedalloc.h" | # include "MEM_guardedalloc.h" | ||||
| #endif | #endif | ||||
| namespace Freestyle { | namespace Freestyle { | ||||
| using namespace Geometry; | using namespace Geometry; | ||||
| ▲ Show 20 Lines • Show All 100 Lines • Show Last 20 Lines | |||||