dummy address source files

This commit is contained in:
2019-03-29 16:02:29 +07:00
parent ae651c92a8
commit f1f0ce328e
5 changed files with 36 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
/*******************************************************************************
* This file is part of the "Enduro2D"
* For conditions of distribution and use, see copyright notice in LICENSE.md
* Copyright (C) 2018-2019 Matvey Cherevko
******************************************************************************/
#include "_high.hpp"
using namespace e2d;
TEST_CASE("address") {
}

View File

@@ -4,8 +4,6 @@
* Copyright (C) 2018 Matvey Cherevko
******************************************************************************/
#include <iostream>
#include "_high.hpp"
using namespace e2d;