Changeset View
Changeset View
Standalone View
Standalone View
source/blender/freestyle/intern/application/AppView.h
| /* SPDX-License-Identifier: GPL-2.0-or-later */ | /* SPDX-License-Identifier: GPL-2.0-or-later */ | ||||
| #pragma once | #pragma once | ||||
| /** \file | /** \file | ||||
| * \ingroup freestyle | * \ingroup freestyle | ||||
| */ | */ | ||||
| #include "AppConfig.h" | |||||
| #include "../geometry/BBox.h" | #include "../geometry/BBox.h" | ||||
| #include "../geometry/Geom.h" | #include "../geometry/Geom.h" | ||||
| #include "../scene_graph/NodeDrawingStyle.h" | #include "../scene_graph/NodeDrawingStyle.h" | ||||
| #include "../system/Precision.h" | #include "../system/Precision.h" | ||||
| #include "BLI_math.h" | #include "BLI_math.h" | ||||
| #ifdef WITH_CXX_GUARDEDALLOC | #ifdef WITH_CXX_GUARDEDALLOC | ||||
| ▲ Show 20 Lines • Show All 241 Lines • Show Last 20 Lines | |||||