Cleanup: Fix build warning with MSVC

SubdivCCG was unknown when compiling gpuinit_exit.c
This commit is contained in:
Ray molenkamp 2020-04-03 08:29:09 -06:00
parent 49289f31ff
commit 33ab613655
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ struct MPoly;
struct MVert;
struct Mesh;
struct PBVH;
struct SubdivCCG;
/* Buffers for drawing from PBVH grids. */
typedef struct GPU_PBVH_Buffers GPU_PBVH_Buffers;