Cleanup: sort file, struct lists

This commit is contained in:
Campbell Barton
2020-03-20 12:19:44 +11:00
parent 35e3abb912
commit 85dc8d7477
8 changed files with 9 additions and 9 deletions

View File

@@ -368,11 +368,11 @@ if(WITH_XR_OPENXR)
GHOST_IXrContext.h
intern/GHOST_IXrGraphicsBinding.h
intern/GHOST_Xr_intern.h
intern/GHOST_Xr_openxr_includes.h
intern/GHOST_XrContext.h
intern/GHOST_XrSession.h
intern/GHOST_XrSwapchain.h
intern/GHOST_Xr_intern.h
intern/GHOST_Xr_openxr_includes.h
)
list(APPEND INC_SYS
${XR_OPENXR_SDK_INCLUDE_DIR}

View File

@@ -598,8 +598,8 @@ typedef void (*GHOST_TimerProcPtr)(struct GHOST_TimerTaskHandle__ *task, GHOST_T
#ifdef WITH_XR_OPENXR
struct GHOST_XrError;
struct GHOST_XrDrawViewInfo;
struct GHOST_XrError;
/**
* The XR view (i.e. the OpenXR runtime) may require a different graphics library than OpenGL. An
* offscreen texture of the viewport will then be drawn into using OpenGL, but the final texture

View File

@@ -28,8 +28,8 @@
class GHOST_XrContext;
class GHOST_XrSwapchain;
struct OpenXRSessionData;
struct GHOST_XrDrawInfo;
struct OpenXRSessionData;
class GHOST_XrSession {
public:

View File

@@ -36,8 +36,8 @@ struct Main;
struct PackedFile;
struct ReportList;
struct VFont;
struct bSound;
struct Volume;
struct bSound;
enum ePF_FileCompare {
PF_CMP_EQUAL = 0,

View File

@@ -30,8 +30,8 @@
#include "DNA_windowmanager_types.h" /* for ReportType */
#include "zlib.h"
struct IDNameLib_Map;
struct GSet;
struct IDNameLib_Map;
struct Key;
struct MemFile;
struct Object;

View File

@@ -32,7 +32,6 @@ struct ModifierData;
struct PTCacheEdit;
struct ParticleSystem;
struct bGPdata;
struct Curve;
struct Hair;
struct Lattice;
@@ -40,6 +39,7 @@ struct Mesh;
struct MetaBall;
struct PointCloud;
struct Volume;
struct bGPdata;
/* Expose via BKE callbacks */
void DRW_mball_batch_cache_dirty_tag(struct MetaBall *mb, int mode);

View File

@@ -59,8 +59,8 @@
#include "BKE_curveprofile.h"
#include "BKE_global.h"
#include "BKE_gpencil_modifier.h"
#include "BKE_idtype.h"
#include "BKE_idprop.h"
#include "BKE_idtype.h"
#include "BKE_layer.h"
#include "BKE_lib_id.h"
#include "BKE_lib_override.h"

View File

@@ -134,8 +134,8 @@ set(SRC
../DNA_camera_defaults.h
../DNA_curve_defaults.h
../DNA_defaults.h
../DNA_image_defaults.h
../DNA_hair_defaults.h
../DNA_image_defaults.h
../DNA_lattice_defaults.h
../DNA_light_defaults.h
../DNA_lightprobe_defaults.h