Mercurial > hg > orthanc-stone
comparison Framework/Scene2D/TextureBaseSceneLayer.cpp @ 1455:30deba7bc8e2
simplifying include_directories
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 11 Jun 2020 20:54:01 +0200 |
parents | 2d8ab34c8c91 |
children |
comparison
equal
deleted
inserted
replaced
1454:faaff0a1711e | 1455:30deba7bc8e2 |
---|---|
19 **/ | 19 **/ |
20 | 20 |
21 | 21 |
22 #include "TextureBaseSceneLayer.h" | 22 #include "TextureBaseSceneLayer.h" |
23 | 23 |
24 #include <Core/OrthancException.h> | 24 #include <OrthancException.h> |
25 | 25 |
26 namespace OrthancStone | 26 namespace OrthancStone |
27 { | 27 { |
28 void TextureBaseSceneLayer::SetTexture(Orthanc::ImageAccessor* texture) | 28 void TextureBaseSceneLayer::SetTexture(Orthanc::ImageAccessor* texture) |
29 { | 29 { |