Cleanup: sort struct blocks

This commit is contained in:
Campbell Barton 2021-08-26 12:39:45 +10:00
parent 4e16e8b671
commit cec35060f5
13 changed files with 20 additions and 17 deletions

View File

@ -24,8 +24,8 @@
#include "BLI_function_ref.hh"
struct bAction;
struct FCurve;
struct bAction;
namespace blender::bke {

View File

@ -24,8 +24,8 @@
extern "C" {
#endif
struct AssetHandle;
struct AssetFilterSettings;
struct AssetHandle;
bool ED_asset_filter_matches_asset(const struct AssetFilterSettings *filter,
const struct AssetHandle *asset);

View File

@ -27,8 +27,8 @@ extern "C" {
struct AssetFilterSettings;
struct AssetHandle;
struct AssetLibraryReference;
struct bContext;
struct ID;
struct bContext;
struct wmNotifier;
void ED_assetlist_storage_fetch(const struct AssetLibraryReference *library_reference,

View File

@ -24,10 +24,10 @@
#include "BLI_function_ref.hh"
struct AssetLibraryReference;
struct AssetHandle;
struct bContext;
struct AssetLibraryReference;
struct FileDirEntry;
struct bContext;
std::string ED_assetlist_asset_filepath_get(const bContext *C,
const AssetLibraryReference &library_reference,

View File

@ -24,8 +24,8 @@
extern "C" {
#endif
struct bContext;
struct ID;
struct bContext;
bool ED_asset_mark_id(const struct bContext *C, struct ID *id);
bool ED_asset_clear_id(struct ID *id);

View File

@ -30,9 +30,9 @@ typedef struct AssetTempIDConsumer AssetTempIDConsumer;
struct AssetHandle;
struct AssetLibraryReference;
struct bContext;
struct Main;
struct ReportList;
struct bContext;
AssetTempIDConsumer *ED_asset_temp_id_consumer_create(const struct AssetHandle *handle);
void ED_asset_temp_id_consumer_free(AssetTempIDConsumer **consumer);

View File

@ -50,10 +50,10 @@ struct bContext;
struct bFaceMap;
struct bPoseChannel;
struct uiLayout;
struct wmEvent;
struct wmKeyConfig;
struct wmOperator;
struct wmOperatorType;
struct wmEvent;
/* object_edit.c */
/* context.object */

View File

@ -35,8 +35,8 @@ extern "C" {
/* Struct Declarations */
struct ARegion;
struct AssetHandle;
struct AssetFilterSettings;
struct AssetHandle;
struct AutoComplete;
struct EnumPropertyItem;
struct FileDirEntry;

View File

@ -27,9 +27,9 @@
extern "C" {
#endif
struct AssetLibraryReference;
struct BlendHandle;
struct FileList;
struct AssetLibraryReference;
struct FileSelection;
struct wmWindowManager;

View File

@ -50,6 +50,9 @@ set(SRC
intern/gpencil_io_export_base.hh
intern/gpencil_io_import_base.hh
intern/gpencil_io_import_svg.hh
# Only so this file is known by CMake.
../../../../extern/nanosvg/nanosvg.h
)
set(LIB

View File

@ -25,11 +25,11 @@
extern "C" {
#endif
struct bContext;
struct Object;
struct CacheArchiveHandle;
struct CacheReader;
struct CacheFile;
struct CacheReader;
struct Object;
struct bContext;
struct USDExportParams {
bool export_animation;

View File

@ -29,10 +29,10 @@ extern "C" {
#include "DNA_scene_types.h"
struct BlendWriter;
struct BlendDataReader;
struct BlendLibReader;
struct BlendExpander;
struct BlendLibReader;
struct BlendWriter;
struct Depsgraph;
struct Editing;
struct Scene;

View File

@ -111,11 +111,11 @@
struct ID;
struct ImBuf;
struct bContext;
struct wmDrag;
struct wmDropBox;
struct wmEvent;
struct wmOperator;
struct wmWindowManager;
struct wmDrag;
struct wmDropBox;
#include "BLI_compiler_attrs.h"
#include "DNA_listBase.h"