Fixed header directories

master
Christophe Riccio ago%!(EXTRA string=7 years)
parent 310b8405c9
commit c191e6cfe9
  1. 2
      glm/ext/matrix_dmat2x2.hpp
  2. 2
      glm/ext/matrix_dmat2x2_precision.hpp
  3. 2
      glm/ext/matrix_dmat2x3.hpp
  4. 2
      glm/ext/matrix_dmat2x3_precision.hpp
  5. 2
      glm/ext/matrix_dmat2x4.hpp
  6. 2
      glm/ext/matrix_dmat2x4_precision.hpp
  7. 2
      glm/ext/matrix_dmat3x2.hpp
  8. 2
      glm/ext/matrix_dmat3x2_precision.hpp
  9. 2
      glm/ext/matrix_dmat3x3.hpp
  10. 2
      glm/ext/matrix_dmat3x3_precision.hpp
  11. 2
      glm/ext/matrix_dmat3x4.hpp
  12. 2
      glm/ext/matrix_dmat3x4_precision.hpp
  13. 2
      glm/ext/matrix_dmat4x2.hpp
  14. 2
      glm/ext/matrix_dmat4x2_precision.hpp
  15. 2
      glm/ext/matrix_dmat4x3.hpp
  16. 2
      glm/ext/matrix_dmat4x3_precision.hpp
  17. 2
      glm/ext/matrix_dmat4x4.hpp
  18. 2
      glm/ext/matrix_dmat4x4_precision.hpp
  19. 3
      glm/ext/matrix_mat2x2.hpp
  20. 2
      glm/ext/matrix_mat2x2_precision.hpp
  21. 2
      glm/ext/matrix_mat2x3.hpp
  22. 2
      glm/ext/matrix_mat2x3_precision.hpp
  23. 2
      glm/ext/matrix_mat2x4.hpp
  24. 2
      glm/ext/matrix_mat2x4_precision.hpp
  25. 2
      glm/ext/matrix_mat3x2.hpp
  26. 2
      glm/ext/matrix_mat3x2_precision.hpp
  27. 2
      glm/ext/matrix_mat3x3.hpp
  28. 2
      glm/ext/matrix_mat3x3_precision.hpp
  29. 2
      glm/ext/matrix_mat3x4.hpp
  30. 2
      glm/ext/matrix_mat3x4_precision.hpp
  31. 2
      glm/ext/matrix_mat4x2.hpp
  32. 2
      glm/ext/matrix_mat4x2_precision.hpp
  33. 2
      glm/ext/matrix_mat4x3_precision.hpp
  34. 2
      glm/ext/matrix_mat4x4.hpp
  35. 2
      glm/ext/matrix_mat4x4_precision.hpp
  36. 2
      glm/ext/vector_bvec2.hpp
  37. 2
      glm/ext/vector_bvec2_precision.hpp
  38. 2
      glm/ext/vector_bvec3.hpp
  39. 4
      glm/ext/vector_bvec3_precision.hpp
  40. 2
      glm/ext/vector_bvec4.hpp
  41. 2
      glm/ext/vector_bvec4_precision.hpp
  42. 2
      glm/ext/vector_dvec2_precision.hpp
  43. 3
      glm/ext/vector_dvec3_precision.hpp
  44. 4
      glm/ext/vector_dvec4_precision.hpp
  45. 4
      glm/ext/vector_ivec2_precision.hpp
  46. 4
      glm/ext/vector_ivec3_precision.hpp
  47. 2
      glm/ext/vector_ivec4_precision.hpp
  48. 2
      glm/ext/vector_uvec2_precision.hpp
  49. 4
      glm/ext/vector_uvec3_precision.hpp
  50. 3
      glm/ext/vector_uvec4_precision.hpp
  51. 2
      glm/ext/vector_vec2_precision.hpp
  52. 4
      glm/ext/vector_vec3_precision.hpp
  53. 2
      glm/ext/vector_vec4_precision.hpp

@ -2,7 +2,7 @@
/// @file glm/dmat2x2.hpp /// @file glm/dmat2x2.hpp
#pragma once #pragma once
#include "detail/type_mat2x2.hpp" #include "../detail/type_mat2x2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat2x2_precision.hpp /// @file glm/matrix_dmat2x2_precision.hpp
#pragma once #pragma once
#include "detail/type_mat2x2.hpp" #include "../detail/type_mat2x2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat2x3.hpp /// @file glm/matrix_dmat2x3.hpp
#pragma once #pragma once
#include "detail/type_mat2x3.hpp" #include "../detail/type_mat2x3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat2x3_precision.hpp /// @file glm/matrix_dmat2x3_precision.hpp
#pragma once #pragma once
#include "detail/type_mat2x3.hpp" #include "../detail/type_mat2x3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat2x4.hpp /// @file glm/matrix_dmat2x4.hpp
#pragma once #pragma once
#include "detail/type_mat2x4.hpp" #include "../detail/type_mat2x4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat2x4_precision.hpp /// @file glm/matrix_dmat2x4_precision.hpp
#pragma once #pragma once
#include "detail/type_mat2x4.hpp" #include "../detail/type_mat2x4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat3x2.hpp /// @file glm/matrix_dmat3x2.hpp
#pragma once #pragma once
#include "detail/type_mat3x2.hpp" #include "../detail/type_mat3x2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat3x2_precision.hpp /// @file glm/matrix_dmat3x2_precision.hpp
#pragma once #pragma once
#include "detail/type_mat3x2.hpp" #include "../detail/type_mat3x2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat3x3.hpp /// @file glm/matrix_dmat3x3.hpp
#pragma once #pragma once
#include "detail/type_mat3x3.hpp" #include "../detail/type_mat3x3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat3x3_precision.hpp /// @file glm/matrix_dmat3x3_precision.hpp
#pragma once #pragma once
#include "detail/type_mat3x3.hpp" #include "../detail/type_mat3x3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat3x4.hpp /// @file glm/matrix_dmat3x4.hpp
#pragma once #pragma once
#include "detail/type_mat3x4.hpp" #include "../detail/type_mat3x4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat3x4_precision.hpp /// @file glm/matrix_dmat3x4_precision.hpp
#pragma once #pragma once
#include "detail/type_mat3x4.hpp" #include "../detail/type_mat3x4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat4x2.hpp /// @file glm/matrix_dmat4x2.hpp
#pragma once #pragma once
#include "detail/type_mat4x2.hpp" #include "../detail/type_mat4x2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat4x2_precision.hpp /// @file glm/matrix_dmat4x2_precision.hpp
#pragma once #pragma once
#include "detail/type_mat4x2.hpp" #include "../detail/type_mat4x2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat4x3.hpp /// @file glm/matrix_dmat4x3.hpp
#pragma once #pragma once
#include "detail/type_mat4x3.hpp" #include "../detail/type_mat4x3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat4x3_precision.hpp /// @file glm/matrix_dmat4x3_precision.hpp
#pragma once #pragma once
#include "detail/type_mat4x3.hpp" #include "../detail/type_mat4x3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat4x4.hpp /// @file glm/matrix_dmat4x4.hpp
#pragma once #pragma once
#include "detail/type_mat4x4.hpp" #include "../detail/type_mat4x4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_dmat4x4_precision.hpp /// @file glm/matrix_dmat4x4_precision.hpp
#pragma once #pragma once
#include "detail/type_mat4x4.hpp" #include "../detail/type_mat4x4.hpp"
namespace glm namespace glm
{ {

@ -2,8 +2,7 @@
/// @file glm/matrix_mat2x2.hpp /// @file glm/matrix_mat2x2.hpp
#pragma once #pragma once
#include "detail/setup.hpp" #include "../detail/type_mat2x2.hpp"
#include "detail/type_mat2x2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat2x2_precision.hpp /// @file glm/matrix_mat2x2_precision.hpp
#pragma once #pragma once
#include "detail/type_mat2x2.hpp" #include "../detail/type_mat2x2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat2x3.hpp /// @file glm/matrix_mat2x3.hpp
#pragma once #pragma once
#include "detail/type_mat2x3.hpp" #include "../detail/type_mat2x3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat2x3_precision.hpp /// @file glm/matrix_mat2x3_precision.hpp
#pragma once #pragma once
#include "detail/type_mat2x3.hpp" #include "../detail/type_mat2x3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat2x4.hpp /// @file glm/matrix_mat2x4.hpp
#pragma once #pragma once
#include "detail/type_mat2x4.hpp" #include "../detail/type_mat2x4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat2x4_precision.hpp /// @file glm/matrix_mat2x4_precision.hpp
#pragma once #pragma once
#include "detail/type_mat2x4.hpp" #include "../detail/type_mat2x4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat3x2.hpp /// @file glm/matrix_mat3x2.hpp
#pragma once #pragma once
#include "detail/type_mat3x2.hpp" #include "../detail/type_mat3x2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat3x2_precision.hpp /// @file glm/matrix_mat3x2_precision.hpp
#pragma once #pragma once
#include "detail/type_mat3x2.hpp" #include "../detail/type_mat3x2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat3x3.hpp /// @file glm/matrix_mat3x3.hpp
#pragma once #pragma once
#include "detail/type_mat3x3.hpp" #include "../detail/type_mat3x3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat3x3_precision.hpp /// @file glm/matrix_mat3x3_precision.hpp
#pragma once #pragma once
#include "detail/type_mat3x3.hpp" #include "../detail/type_mat3x3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat3x4.hpp /// @file glm/matrix_mat3x4.hpp
#pragma once #pragma once
#include "detail/type_mat3x4.hpp" #include "../detail/type_mat3x4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat3x4_precision.hpp /// @file glm/matrix_mat3x4_precision.hpp
#pragma once #pragma once
#include "detail/type_mat3x4.hpp" #include "../detail/type_mat3x4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat4x2.hpp /// @file glm/matrix_mat4x2.hpp
#pragma once #pragma once
#include "detail/type_mat4x2.hpp" #include "../detail/type_mat4x2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat2x2_precision.hpp /// @file glm/matrix_mat2x2_precision.hpp
#pragma once #pragma once
#include "detail/type_mat2x2.hpp" #include "../detail/type_mat2x2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat4x3_precision.hpp /// @file glm/matrix_mat4x3_precision.hpp
#pragma once #pragma once
#include "detail/type_mat4x3.hpp" #include "../detail/type_mat4x3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat4x4.hpp /// @file glm/matrix_mat4x4.hpp
#pragma once #pragma once
#include "detail/type_mat4x4.hpp" #include "../detail/type_mat4x4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/matrix_mat4x4_precision.hpp /// @file glm/matrix_mat4x4_precision.hpp
#pragma once #pragma once
#include "detail/type_mat4x4.hpp" #include "../detail/type_mat4x4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/bvec2.hpp /// @file glm/bvec2.hpp
#pragma once #pragma once
#include "detail/type_vec2.hpp" #include "../detail/type_vec2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/bvec2_precision.hpp /// @file glm/bvec2_precision.hpp
#pragma once #pragma once
#include "detail/type_vec2.hpp" #include "../detail/type_vec2.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/bvec3.hpp /// @file glm/bvec3.hpp
#pragma once #pragma once
#include "detail/type_vec3.hpp" #include "../detail/type_vec3.hpp"
namespace glm namespace glm
{ {

@ -2,8 +2,8 @@
/// @file glm/bvec3_precision.hpp /// @file glm/bvec3_precision.hpp
#pragma once #pragma once
#include "detail/setup.hpp" #include "../detail/setup.hpp"
#include "detail/type_vec3.hpp" #include "../detail/type_vec3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/bvec4.hpp /// @file glm/bvec4.hpp
#pragma once #pragma once
#include "detail/type_vec4.hpp" #include "../detail/type_vec4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/bvec4_precision.hpp /// @file glm/bvec4_precision.hpp
#pragma once #pragma once
#include "detail/type_vec4.hpp" #include "../detail/type_vec4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/dvec2_precision.hpp /// @file glm/dvec2_precision.hpp
#pragma once #pragma once
#include "detail/type_vec2.hpp" #include "../detail/type_vec2.hpp"
namespace glm namespace glm
{ {

@ -2,8 +2,7 @@
/// @file glm/dvec3_precision.hpp /// @file glm/dvec3_precision.hpp
#pragma once #pragma once
#include "detail/setup.hpp" #include "../detail/type_vec3.hpp"
#include "detail/type_vec3.hpp"
namespace glm namespace glm
{ {

@ -2,8 +2,8 @@
/// @file glm/dvec4_precision.hpp /// @file glm/dvec4_precision.hpp
#pragma once #pragma once
#include "detail/setup.hpp" #include "../detail/setup.hpp"
#include "detail/type_vec4.hpp" #include "../detail/type_vec4.hpp"
namespace glm namespace glm
{ {

@ -2,8 +2,8 @@
/// @file glm/ivec2_precision.hpp /// @file glm/ivec2_precision.hpp
#pragma once #pragma once
#include "detail/setup.hpp" #include "../detail/setup.hpp"
#include "detail/type_vec2.hpp" #include "../detail/type_vec2.hpp"
namespace glm namespace glm
{ {

@ -2,8 +2,8 @@
/// @file glm/ivec3_precision.hpp /// @file glm/ivec3_precision.hpp
#pragma once #pragma once
#include "detail/setup.hpp" #include "../detail/setup.hpp"
#include "detail/type_vec3.hpp" #include "../detail/type_vec3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/ivec4_precision.hpp /// @file glm/ivec4_precision.hpp
#pragma once #pragma once
#include "detail/type_vec4.hpp" #include "../detail/type_vec4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/uvec2_precision.hpp /// @file glm/uvec2_precision.hpp
#pragma once #pragma once
#include "detail/type_vec2.hpp" #include "../detail/type_vec2.hpp"
namespace glm namespace glm
{ {

@ -2,8 +2,8 @@
/// @file glm/uvec3_precision.hpp /// @file glm/uvec3_precision.hpp
#pragma once #pragma once
#include "detail/setup.hpp" #include "../detail/setup.hpp"
#include "detail/type_vec3.hpp" #include "../detail/type_vec3.hpp"
namespace glm namespace glm
{ {

@ -2,8 +2,7 @@
/// @file glm/uvec4_precision.hpp /// @file glm/uvec4_precision.hpp
#pragma once #pragma once
#include "detail/setup.hpp" #include "../detail/type_vec4.hpp"
#include "detail/type_vec4.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/fvec2_precision.hpp /// @file glm/fvec2_precision.hpp
#pragma once #pragma once
#include "detail/type_vec2.hpp" #include "../detail/type_vec2.hpp"
namespace glm namespace glm
{ {

@ -2,8 +2,8 @@
/// @file glm/fvec3_precision.hpp /// @file glm/fvec3_precision.hpp
#pragma once #pragma once
#include "detail/setup.hpp" #include "../detail/setup.hpp"
#include "detail/type_vec3.hpp" #include "../detail/type_vec3.hpp"
namespace glm namespace glm
{ {

@ -2,7 +2,7 @@
/// @file glm/fvec4_precision.hpp /// @file glm/fvec4_precision.hpp
#pragma once #pragma once
#include "detail/type_vec4.hpp" #include "../detail/type_vec4.hpp"
namespace glm namespace glm
{ {

Loading…
Cancel
Save