Refactor: Move BPY mathutils headers to proper C++ ones.

This module actually was confusing, since only a few headers were
effectively still C ones (using the `extern "C"` blocks)...
This commit is contained in:
Bastien Montagne
2024-09-24 12:56:16 +02:00
committed by Bastien Montagne
parent 4dd11465bc
commit 4fac7828e4
38 changed files with 70 additions and 79 deletions

View File

@@ -23,8 +23,8 @@
#include "../generic/py_capi_utils.h"
#include "mathutils.h"
#include "mathutils_noise.h"
#include "mathutils.hh"
#include "mathutils_noise.hh"
/*-----------------------------------------*/
/* 'mersenne twister' random number generator */