Use pragma once
This commit is contained in:
@@ -36,8 +36,7 @@
|
||||
/// <glm/gtx/normalized_dot.hpp> need to be included to use these functionalities.
|
||||
///////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#ifndef GLM_GTX_normalize_dot
|
||||
#define GLM_GTX_normalize_dot
|
||||
#pragma once
|
||||
|
||||
// Dependency:
|
||||
#include "../glm.hpp"
|
||||
@@ -72,5 +71,3 @@ namespace glm
|
||||
}//namespace glm
|
||||
|
||||
#include "normalize_dot.inl"
|
||||
|
||||
#endif//GLM_GTX_normalize_dot
|
||||
|
||||
Reference in New Issue
Block a user