GPencil: Cleanup - Split BKE_gpencil.h geometry functions into BKE_gpencil_geom.h

This split prepare the code for future geometry functions.
This commit is contained in:
2020-03-19 11:35:17 +01:00
parent e839a25651
commit 6e39445f80
37 changed files with 2170 additions and 2056 deletions

View File

@@ -27,6 +27,7 @@
#include "BKE_deform.h"
#include "BKE_gpencil.h"
#include "BKE_gpencil_geom.h"
#include "DRW_engine.h"
#include "DRW_render.h"