remove unnecessary source code

This commit is contained in:
2018-09-27 18:48:00 +07:00
parent fccdd0db06
commit a8548258d9
3 changed files with 0 additions and 33 deletions

View File

@@ -1,11 +0,0 @@
/*******************************************************************************
* This file is part of the "Enduro2D"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2018 Matvey Cherevko
******************************************************************************/
#include <enduro2d/base/_all.hpp>
#if defined(E2D_COMPILER) && E2D_COMPILER == E2D_COMPILER_CLANG
#endif

View File

@@ -1,11 +0,0 @@
/*******************************************************************************
* This file is part of the "Enduro2D"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2018 Matvey Cherevko
******************************************************************************/
#include <enduro2d/base/_all.hpp>
#if defined(E2D_COMPILER) && E2D_COMPILER == E2D_COMPILER_GCC
#endif

View File

@@ -1,11 +0,0 @@
/*******************************************************************************
* This file is part of the "Enduro2D"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2018 Matvey Cherevko
******************************************************************************/
#include <enduro2d/base/_all.hpp>
#if defined(E2D_COMPILER) && E2D_COMPILER == E2D_COMPILER_MSVC
#endif