mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-15 00:11:55 +07:00
base components header
This commit is contained in:
17
headers/enduro2d/high/components/_components.hpp
Normal file
17
headers/enduro2d/high/components/_components.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
/*******************************************************************************
|
||||
* This file is part of the "Enduro2D"
|
||||
* For conditions of distribution and use, see copyright notice in LICENSE.md
|
||||
* Copyright (C) 2018-2019, by Matvey Cherevko (blackmatov@gmail.com)
|
||||
******************************************************************************/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
|
||||
namespace e2d::components
|
||||
{
|
||||
}
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
#include "../node.hpp"
|
||||
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
#include "../assets/script_asset.hpp"
|
||||
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
namespace e2d
|
||||
{
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
namespace e2d::impl
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
namespace e2d
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
namespace e2d
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
namespace e2d
|
||||
{
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
#include "../assets/flipbook_asset.hpp"
|
||||
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
#include "../assets/font_asset.hpp"
|
||||
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
#include "../assets/model_asset.hpp"
|
||||
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
namespace e2d
|
||||
{
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
#include "../assets/material_asset.hpp"
|
||||
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
namespace e2d
|
||||
{
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
namespace e2d
|
||||
{
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
#include "../assets/spine_asset.hpp"
|
||||
#include "../assets/material_asset.hpp"
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
#include "../assets/atlas_asset.hpp"
|
||||
#include "../assets/sprite_asset.hpp"
|
||||
|
||||
@@ -6,11 +6,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "../_high.hpp"
|
||||
|
||||
#include "../factory.hpp"
|
||||
#include "../gobject.hpp"
|
||||
#include "../inspector.hpp"
|
||||
#include "_components.hpp"
|
||||
|
||||
namespace e2d
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user