From a62fbea8d40f623ffcd60eced63f295cd55db084 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 10 Jan 2018 12:02:04 +0000 Subject: [Engine] Adding initial components for an ECS. --- yage/core/stb_image.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'yage/core/stb_image.h') diff --git a/yage/core/stb_image.h b/yage/core/stb_image.h index d4eecf29..9ec8b93a 100644 --- a/yage/core/stb_image.h +++ b/yage/core/stb_image.h @@ -1,11 +1,3 @@ -/** --------------------------------------------------------------------------- - * @file: stb_image.h - * - * Copyright (c) 2017 Yann Herklotz Grave - * MIT License, see LICENSE file for more details. - * ---------------------------------------------------------------------------- - */ - /* stb_image - v2.16 - public domain image loader - http://nothings.org/stb_image.h no warranty implied; use at your own risk -- cgit