Cleanup: sort file lists

This commit is contained in:
Campbell Barton 2020-05-03 13:45:14 +10:00
parent 76be35efb2
commit d388c1c524
5 changed files with 5 additions and 5 deletions

View File

@ -48,8 +48,8 @@ struct Mesh;
struct PBVH;
struct PBVHNode;
struct SubdivCCG;
struct TaskParallelTLS;
struct TaskParallelSettings;
struct TaskParallelTLS;
typedef struct PBVH PBVH;
typedef struct PBVHNode PBVHNode;

View File

@ -27,9 +27,9 @@
extern "C" {
#endif
struct Base;
struct ListBase;
struct bContext;
struct Base;
bool ED_outliner_collections_editor_poll(struct bContext *C);

View File

@ -17,8 +17,8 @@
set(INC
../include
../../blenkernel
../../blenfont
../../blenkernel
../../blenlib
../../blentranslation
../../bmesh

View File

@ -56,10 +56,10 @@ set(SRC
intern/MOD_gpencilsimplify.c
intern/MOD_gpencilsmooth.c
intern/MOD_gpencilsubdiv.c
intern/MOD_gpenciltexture.c
intern/MOD_gpencilthick.c
intern/MOD_gpenciltime.c
intern/MOD_gpenciltint.c
intern/MOD_gpenciltexture.c
MOD_gpencil_modifiertypes.h
)

View File

@ -29,9 +29,9 @@ extern "C" {
#endif
typedef struct GPUShader GPUShader;
struct GPUShaderInterface;
struct GPUTexture;
struct GPUUniformBuffer;
struct GPUShaderInterface;
/* GPU Shader
* - only for fragment shaders now