[Tizen] Change DebugPriority name
[platform/core/uifw/dali-demo.git] / examples / reflection-demo / gltf-scene.h
index d31270a..e1b4e30 100644 (file)
@@ -1,5 +1,8 @@
+#ifndef GLTF_SCENE_H
+#define GLTF_SCENE_H
+
 /*
- * Copyright (c) 2020 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2022 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  *
  */
 
-#ifndef GLTF_SCENE_H
-#define GLTF_SCENE_H
-
+// EXTERNAL INCLUDES
 #include <dali/integration-api/debug.h>
-
 #include <string>
 
-#include "pico-json.h"
+// INTERNAL INCLUDES
+#include "third-party/pico-json.h"
 
-#define GLTF_LOG(...)                                                                   \
-  {                                                                                     \
-    Dali::Integration::Log::LogMessage(Dali::Integration::Log::DebugInfo, __VA_ARGS__); \
+#define GLTF_LOG(...)                                                              \
+  {                                                                                \
+    Dali::Integration::Log::LogMessage(Dali::Integration::Log::INFO, __VA_ARGS__); \
   }
 
 enum class glTFAttributeType