Welcome to mirror list, hosted at ThFree Co, Russian Federation.

curves_ops.cc « intern « curves « editors « blender « source - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 52a55ae17605b63119b4cf1c40f9866eceedb3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later */

/** \file
 * \ingroup edcurves
 */

#include "ED_curves.h"

void ED_operatortypes_curves()
{
}