aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-01-10 12:02:04 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-01-10 12:02:04 +0000
commita62fbea8d40f623ffcd60eced63f295cd55db084 (patch)
tree2374234d4364eb389df98fff0c4c180118331b27 /yage/core
parentcbd6bf4a695370dbfc088bbe0cd6f270e1c112a7 (diff)
downloadYAGE-a62fbea8d40f623ffcd60eced63f295cd55db084.tar.gz
YAGE-a62fbea8d40f623ffcd60eced63f295cd55db084.zip
[Engine] Adding initial components for an ECS.
Diffstat (limited to 'yage/core')
-rw-r--r--yage/core/stb_image.cpp8
-rw-r--r--yage/core/stb_image.h8
2 files changed, 0 insertions, 16 deletions
diff --git a/yage/core/stb_image.cpp b/yage/core/stb_image.cpp
index 128d5cca..8ddfd1f5 100644
--- a/yage/core/stb_image.cpp
+++ b/yage/core/stb_image.cpp
@@ -1,10 +1,2 @@
-/** ---------------------------------------------------------------------------
- * @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"
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 <ymherklotz@gmail.com>
- * 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