Cleanup: add 2d suffix to BLI files
Some of these API's can have 3D versions, explicitly name them 2D.
This commit is contained in:
@@ -34,8 +34,8 @@
|
||||
#ifndef MATH_STANDALONE /* define when building outside blender */
|
||||
# include "MEM_guardedalloc.h"
|
||||
# include "BLI_blenlib.h"
|
||||
# include "BLI_boxpack2d.h"
|
||||
# include "BLI_convexhull2d.h"
|
||||
# include "BLI_boxpack_2d.h"
|
||||
# include "BLI_convexhull_2d.h"
|
||||
# include "BKE_displist.h"
|
||||
# include "BKE_curve.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user