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 --- tests/vector3/test.cpp | 32 -------------------------------- tests/vector4/test.cpp | 32 -------------------------------- 2 files changed, 64 deletions(-) (limited to 'tests') diff --git a/tests/vector3/test.cpp b/tests/vector3/test.cpp index e65d29f1..2e4ba18b 100644 --- a/tests/vector3/test.cpp +++ b/tests/vector3/test.cpp @@ -6,38 +6,6 @@ * ---------------------------------------------------------------------------- */ -/** --------------------------------------------------------------------------- - * @file: test.cpp - * - * Copyright (c) 2017 Yann Herklotz Grave - * MIT License, see LICENSE file for more details. - * ---------------------------------------------------------------------------- - */ - -/** --------------------------------------------------------------------------- - * @file: test.cpp - * - * Copyright (c) 2017 Yann Herklotz Grave - * MIT License, see LICENSE file for more details. - * ---------------------------------------------------------------------------- - */ - -/** --------------------------------------------------------------------------- - * @file: test.cpp - * - * Copyright (c) 2017 Yann Herklotz Grave - * MIT License, see LICENSE file for more details. - * ---------------------------------------------------------------------------- - */ - -/** --------------------------------------------------------------------------- - * @file: test.cpp - * - * Copyright (c) 2017 Yann Herklotz Grave - * MIT License, see LICENSE file for more details. - * ---------------------------------------------------------------------------- - */ - #include #include diff --git a/tests/vector4/test.cpp b/tests/vector4/test.cpp index 6ef5462d..3705e86f 100644 --- a/tests/vector4/test.cpp +++ b/tests/vector4/test.cpp @@ -6,38 +6,6 @@ * ---------------------------------------------------------------------------- */ -/** --------------------------------------------------------------------------- - * @file: test.cpp - * - * Copyright (c) 2017 Yann Herklotz Grave - * MIT License, see LICENSE file for more details. - * ---------------------------------------------------------------------------- - */ - -/** --------------------------------------------------------------------------- - * @file: test.cpp - * - * Copyright (c) 2017 Yann Herklotz Grave - * MIT License, see LICENSE file for more details. - * ---------------------------------------------------------------------------- - */ - -/** --------------------------------------------------------------------------- - * @file: test.cpp - * - * Copyright (c) 2017 Yann Herklotz Grave - * MIT License, see LICENSE file for more details. - * ---------------------------------------------------------------------------- - */ - -/** --------------------------------------------------------------------------- - * @file: test.cpp - * - * Copyright (c) 2017 Yann Herklotz Grave - * MIT License, see LICENSE file for more details. - * ---------------------------------------------------------------------------- - */ - #include #include -- cgit