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

@@ -29,6 +29,7 @@
#include "systems/render_system.hpp"
#include "address.hpp"
#include "atlas.hpp"
#include "library.hpp"
#include "library.inl"

View File

@@ -0,0 +1,13 @@
/*******************************************************************************
* 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
******************************************************************************/
#pragma once
#include "_high.hpp"
namespace e2d { namespace address
{
}}

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 <enduro2d/high/address.hpp>
namespace e2d { namespace address
{
}}

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;