mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-16 14:08:59 +07:00
dummy address source files
This commit is contained in:
@@ -29,6 +29,7 @@
|
|||||||
|
|
||||||
#include "systems/render_system.hpp"
|
#include "systems/render_system.hpp"
|
||||||
|
|
||||||
|
#include "address.hpp"
|
||||||
#include "atlas.hpp"
|
#include "atlas.hpp"
|
||||||
#include "library.hpp"
|
#include "library.hpp"
|
||||||
#include "library.inl"
|
#include "library.inl"
|
||||||
|
|||||||
13
headers/enduro2d/high/address.hpp
Normal file
13
headers/enduro2d/high/address.hpp
Normal 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
|
||||||
|
{
|
||||||
|
}}
|
||||||
11
sources/enduro2d/high/address.cpp
Normal file
11
sources/enduro2d/high/address.cpp
Normal 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
|
||||||
|
{
|
||||||
|
}}
|
||||||
11
untests/sources/untests_high/address.cpp
Normal file
11
untests/sources/untests_high/address.cpp
Normal 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") {
|
||||||
|
}
|
||||||
@@ -4,8 +4,6 @@
|
|||||||
* Copyright (C) 2018 Matvey Cherevko
|
* Copyright (C) 2018 Matvey Cherevko
|
||||||
******************************************************************************/
|
******************************************************************************/
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
#include "_high.hpp"
|
#include "_high.hpp"
|
||||||
using namespace e2d;
|
using namespace e2d;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user