12 lines
144 B
C++
12 lines
144 B
C++
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
|
|
||
|
|
/** \file
|
||
|
|
* \ingroup edcurves
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "ED_curves.h"
|
||
|
|
|
||
|
|
void ED_operatortypes_curves()
|
||
|
|
{
|
||
|
|
}
|