summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/assimp/include/assimp/light.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/assimp/include/assimp/light.h')
-rw-r--r--src/3rdparty/assimp/include/assimp/light.h12
1 files changed, 7 insertions, 5 deletions
diff --git a/src/3rdparty/assimp/include/assimp/light.h b/src/3rdparty/assimp/include/assimp/light.h
index 939d5b6cd..324339a97 100644
--- a/src/3rdparty/assimp/include/assimp/light.h
+++ b/src/3rdparty/assimp/include/assimp/light.h
@@ -3,7 +3,8 @@
Open Asset Import Library (assimp)
---------------------------------------------------------------------------
-Copyright (c) 2006-2016, assimp team
+Copyright (c) 2006-2017, assimp team
+
All rights reserved.
@@ -43,8 +44,9 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
* @brief Defines the aiLight data structure
*/
-#ifndef __AI_LIGHT_H_INC__
-#define __AI_LIGHT_H_INC__
+#pragma once
+#ifndef AI_LIGHT_H_INC
+#define AI_LIGHT_H_INC
#include "types.h"
@@ -250,7 +252,7 @@ struct aiLight
#ifdef __cplusplus
}
-#endif
+#endif
-#endif // !! __AI_LIGHT_H_INC__
+#endif // !! AI_LIGHT_H_INC