X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Freflection-demo%2Fgltf-scene.h;h=e1b4e307c7da59786827d573dad517973bbce234;hb=cac6b4b4ed248d843b8fc9f6b195871560fe0e2b;hp=d31270aba657dd9863eab839162e4565b4fdbfa2;hpb=e00cbe02dec33fa11ba362599cdb644f7bfb6c53;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples/reflection-demo/gltf-scene.h b/examples/reflection-demo/gltf-scene.h index d31270a..e1b4e30 100644 --- a/examples/reflection-demo/gltf-scene.h +++ b/examples/reflection-demo/gltf-scene.h @@ -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. @@ -15,18 +18,16 @@ * */ -#ifndef GLTF_SCENE_H -#define GLTF_SCENE_H - +// EXTERNAL INCLUDES #include - #include -#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