1
0
Fork 0
godot/modules/openxr/extensions
Rémi Verschelde 25b2f1780a
Style: Harmonize header includes in modules
This applies our existing style guide, and adds a new rule to that style
guide for modular components such as platform ports and modules:

Includes from the platform port or module ("local" includes) should be listed
first in their own block using relative paths, before Godot's "core" includes
which use "absolute" (project folder relative) paths, and finally thirdparty
includes.

Includes in `#ifdef`s come after their relevant section, i.e. the overall
structure is:

- Local includes
  * Conditional local includes
- Core includes
  * Conditional core includes
- Thirdparty includes
  * Conditional thirdparty includes
2023-06-15 14:35:45 +02:00
..
openxr_android_extension.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_android_extension.h
openxr_composition_layer_depth_extension.cpp
openxr_composition_layer_depth_extension.h
openxr_composition_layer_provider.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_extension_wrapper.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_fb_display_refresh_rate_extension.cpp
openxr_fb_display_refresh_rate_extension.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_fb_passthrough_extension_wrapper.cpp
openxr_fb_passthrough_extension_wrapper.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_hand_tracking_extension.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_hand_tracking_extension.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_htc_controller_extension.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_htc_controller_extension.h
openxr_htc_vive_tracker_extension.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_htc_vive_tracker_extension.h
openxr_huawei_controller_extension.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_huawei_controller_extension.h
openxr_ml2_controller_extension.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_ml2_controller_extension.h Add Magic Leap 2 OpenXR Interaction Profile 2023-02-02 06:45:43 -05:00
openxr_opengl_extension.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_opengl_extension.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_palm_pose_extension.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_palm_pose_extension.h
openxr_pico_controller_extension.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_pico_controller_extension.h
openxr_vulkan_extension.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_vulkan_extension.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_wmr_controller_extension.cpp Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02:00
openxr_wmr_controller_extension.h