Refactor array_utils out of BLI_array

BLI_array.h is for resizing array macros, where as array_utils can operate on any arrays.
This commit is contained in:
Campbell Barton
2015-02-14 07:28:15 +11:00
parent 2af905391d
commit 7a977df6d4
7 changed files with 172 additions and 90 deletions

View File

@@ -10,7 +10,7 @@
#define USE_BEAUTIFY
extern "C" {
#include "BLI_array.h"
#include "BLI_array_utils.h"
#include "BLI_polyfill2d.h"
#include "BLI_math.h"
#include "BLI_edgehash.h"