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/render/batch.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'yage/render/batch.h') diff --git a/yage/render/batch.h b/yage/render/batch.h index 6694fbcb..45bf4b31 100644 --- a/yage/render/batch.h +++ b/yage/render/batch.h @@ -1,3 +1,11 @@ +/** --------------------------------------------------------------------------- + * @file: batch.h + * + * Copyright (c) 2017 Yann Herklotz Grave + * MIT License, see LICENSE file for more details. + * ---------------------------------------------------------------------------- + */ + #ifndef YAGE_CORE_BATCH_H #define YAGE_CORE_BATCH_H -- cgit