From c514e44b73b3fc4db492e4bd333fa223c6c1eef5 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Mon, 8 Jan 2018 14:09:43 +0000 Subject: [Engine] Adding entity/component system --- yage/core/stb_image.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'yage/core/stb_image.cpp') 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 + * MIT License, see LICENSE file for more details. + * ---------------------------------------------------------------------------- + */ + #define STB_IMAGE_IMPLEMENTATION #include "stb_image.h" -- cgit