Files
test2/source/blender/freestyle/intern/system/Exception.cpp
Campbell Barton ffdce441ee License headers: use SPDX-FileCopyrightText for source/
There are still some files that need to be manually updated due to
missing copyright dates.
2023-06-14 23:36:23 +10:00

17 lines
337 B
C++

/* SPDX-FileCopyrightText: 2012-2022 Blender Foundation
*
* SPDX-License-Identifier: GPL-2.0-or-later */
/** \file
* \ingroup freestyle
* \brief Singleton to manage exceptions
*/
#include "Exception.h"
namespace Freestyle {
Exception::exception_type Exception::_exception = Exception::NO_EXCEPTION;
} /* namespace Freestyle */