X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-scene3d%2Fpublic-api%2Floader%2Fktx-loader.h;fp=dali-scene-loader%2Fpublic-api%2Fktx-loader.h;h=63d27a6068da1adaa5e16c7d28ef3bef3992d188;hp=3a8b0e1bd82026a26dcc55e0a704f695c5cfc90f;hb=f2ee13ccda8c768fddc68f5208b7dcfa54c07242;hpb=a656457377ae913f2a81b33a506ef905cdf01ff8 diff --git a/dali-scene-loader/public-api/ktx-loader.h b/dali-scene3d/public-api/loader/ktx-loader.h similarity index 76% rename from dali-scene-loader/public-api/ktx-loader.h rename to dali-scene3d/public-api/loader/ktx-loader.h index 3a8b0e1..63d27a6 100644 --- a/dali-scene-loader/public-api/ktx-loader.h +++ b/dali-scene3d/public-api/loader/ktx-loader.h @@ -1,5 +1,5 @@ -#ifndef DALI_SCENE_LOADER_KTX_LOADER_H -#define DALI_SCENE_LOADER_KTX_LOADER_H +#ifndef DALI_SCENE3D_LOADER_KTX_LOADER_H +#define DALI_SCENE3D_LOADER_KTX_LOADER_H /* * Copyright (c) 2022 Samsung Electronics Co., Ltd. * @@ -18,14 +18,15 @@ */ // INTERNAL INCLUDES -#include -#include +#include +#include namespace Dali { -namespace SceneLoader +namespace Scene3D +{ +namespace Loader { - /** * @brief Loads cube map data texture from a ktx file. * @@ -35,7 +36,8 @@ namespace SceneLoader */ bool LoadKtxData(const std::string& path, CubeData& cubedata); -} // namespace SceneLoader +} // namespace Loader +} // namespace Scene3D } // namespace Dali -#endif // DALI_SCENE_LOADER_KTX_LOADER_H +#endif // DALI_SCENE3D_LOADER_KTX_LOADER_H