mirror of
https://github.com/g-truc/glm.git
synced 2026-06-08 02:23:48 +00:00
Organize includes
This commit is contained in:
@@ -4,12 +4,12 @@
|
||||
#ifndef GLM_ENABLE_EXPERIMENTAL
|
||||
#define GLM_ENABLE_EXPERIMENTAL
|
||||
#endif
|
||||
#include <glm/gtx/dual_quaternion.hpp>
|
||||
#include <glm/gtc/vec1.hpp>
|
||||
#include <glm/gtc/quaternion.hpp>
|
||||
#include <glm/ext/scalar_int_sized.hpp>
|
||||
#include <glm/ext/scalar_uint_sized.hpp>
|
||||
#include <glm/glm.hpp>
|
||||
#include "../gtx/dual_quaternion.hpp"
|
||||
#include "../gtc/vec1.hpp"
|
||||
#include "../gtc/quaternion.hpp"
|
||||
#include "../ext/scalar_int_sized.hpp"
|
||||
#include "../ext/scalar_uint_sized.hpp"
|
||||
#include "../glm.hpp"
|
||||
|
||||
namespace glm
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "glm.hpp"
|
||||
#include "./glm.hpp"
|
||||
|
||||
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_MESSAGE_EXT_INCLUDED_DISPLAYED)
|
||||
# define GLM_MESSAGE_EXT_INCLUDED_DISPLAYED
|
||||
|
||||
@@ -4,8 +4,8 @@ module;
|
||||
// #define GLM_EXT_INLINE_NAMESPACE to inline glm::ext into glm
|
||||
// #define GLM_GTX_INLINE_NAMESPACE to inline glm::gtx into glm
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
#include <glm/ext.hpp>
|
||||
#include "./glm.hpp"
|
||||
#include "./ext.hpp"
|
||||
|
||||
export module glm;
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/// @ref gtx_color_space
|
||||
|
||||
#include <glm/ext/scalar_relational.hpp>
|
||||
#include <glm/ext/scalar_constants.hpp>
|
||||
#include "../ext/scalar_relational.hpp"
|
||||
#include "../ext/scalar_constants.hpp"
|
||||
|
||||
namespace glm
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user