16 lines
743 B
C++
16 lines
743 B
C++
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// OpenGL Mathematics Copyright (c) 2005 - 2010 G-Truc Creation (www.g-truc.net)
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
// Created : 2009-06-09
|
|
// Updated : 2009-06-09
|
|
// Licence : This source is under MIT License
|
|
// File : glm/core/intrinsic_vector_relational.hpp
|
|
///////////////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef GLM_DETAIL_INTRINSIC_VECTOR_RELATIONAL_INCLUDED
|
|
#define GLM_DETAIL_INTRINSIC_VECTOR_RELATIONAL_INCLUDED
|
|
|
|
#include "intrinsic_vector_relational.inl"
|
|
|
|
#endif//GLM_DETAIL_INTRINSIC_VECTOR_RELATIONAL_INCLUDED
|