The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

a/android: C++ headers use .hpp as the extension

+3 -3
+1 -1
src/xrt/auxiliary/CMakeLists.txt
··· 9 9 android/android_globals.c 10 10 android/android_globals.h 11 11 android/android_load_class.cpp 12 - android/android_load_class.h 12 + android/android_load_class.hpp 13 13 ) 14 14 15 15 set(MATH_SOURCE_FILES
+1 -1
src/xrt/auxiliary/android/android_custom_surface.cpp
··· 9 9 */ 10 10 11 11 #include "android_custom_surface.h" 12 - #include "android_load_class.h" 12 + #include "android_load_class.hpp" 13 13 14 14 #include "xrt/xrt_config_android.h" 15 15 #include "util/u_logging.h"
+1 -1
src/xrt/auxiliary/android/android_load_class.cpp
··· 7 7 * @ingroup aux_android 8 8 */ 9 9 10 - #include "android_load_class.h" 10 + #include "android_load_class.hpp" 11 11 12 12 #include "util/u_logging.h" 13 13
src/xrt/auxiliary/android/android_load_class.h src/xrt/auxiliary/android/android_load_class.hpp