Change dali-scene-loader to dali-scene3d
[platform/core/uifw/dali-toolkit.git] / dali-scene3d / public-api / loader / cube-loader.h
similarity index 76%
rename from dali-scene-loader/public-api/cube-loader.h
rename to dali-scene3d/public-api/loader/cube-loader.h
index 535d228..37b30b2 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef DALI_SCENE_LOADER_CUBE_LOADER_H
-#define DALI_SCENE_LOADER_CUBE_LOADER_H
+#ifndef DALI_SCENE3D_LOADER_CUBE_LOADER_H
+#define DALI_SCENE3D_LOADER_CUBE_LOADER_H
 /*
  * Copyright (c) 2022 Samsung Electronics Co., Ltd.
  *
  */
 
 // INTERNAL INCLUDES
-#include <dali-scene-loader/public-api/api.h>
-#include <dali-scene-loader/public-api/cube-data.h>
+#include <dali-scene3d/public-api/api.h>
+#include <dali-scene3d/public-api/loader/cube-data.h>
 
 namespace Dali
 {
-namespace SceneLoader
+namespace Scene3D
+{
+namespace Loader
 {
-
 /**
  * @brief Loads cube map data texture from a cube style image file.
  *
@@ -35,7 +36,8 @@ namespace SceneLoader
  */
 bool LoadCubeData(const std::string& path, CubeData& cubedata);
 
-} // namespace SceneLoader
+} // namespace Loader
+} // namespace Scene3D
 } // namespace Dali
 
-#endif // DALI_SCENE_LOADER_CUBE_LOADER_H
+#endif // DALI_SCENE3D_LOADER_CUBE_LOADER_H