aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/stb_image.cpp
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-01-08 14:09:43 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-01-08 14:09:43 +0000
commitc514e44b73b3fc4db492e4bd333fa223c6c1eef5 (patch)
treebb1cc421392f263531b82ad1a67454eb351bbd74 /yage/core/stb_image.cpp
parent0a42123b150e06f28ae82e460e854984c2dc9648 (diff)
downloadYAGE-c514e44b73b3fc4db492e4bd333fa223c6c1eef5.tar.gz
YAGE-c514e44b73b3fc4db492e4bd333fa223c6c1eef5.zip
[Engine] Adding entity/component system
Diffstat (limited to 'yage/core/stb_image.cpp')
-rw-r--r--yage/core/stb_image.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/yage/core/stb_image.cpp b/yage/core/stb_image.cpp
index 8ddfd1f5..128d5cca 100644
--- a/yage/core/stb_image.cpp
+++ b/yage/core/stb_image.cpp
@@ -1,2 +1,10 @@
+/** ---------------------------------------------------------------------------
+ * @file: stb_image.cpp
+ *
+ * Copyright (c) 2017 Yann Herklotz Grave <ymherklotz@gmail.com>
+ * MIT License, see LICENSE file for more details.
+ * ----------------------------------------------------------------------------
+ */
+
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"