diff OrthancStone/Sources/Scene2D/ISceneLayer.h @ 1609:5f5c549499ff

new class MacroSceneLayer
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Oct 2020 17:01:29 +0100
parents 8563ea5d8ae4
children b7630b1a0253
line wrap: on
line diff
--- a/OrthancStone/Sources/Scene2D/ISceneLayer.h	Wed Oct 28 22:21:06 2020 +0100
+++ b/OrthancStone/Sources/Scene2D/ISceneLayer.h	Thu Oct 29 17:01:29 2020 +0100
@@ -40,7 +40,8 @@
       Type_Polyline,
       Type_Text,
       Type_FloatTexture,
-      Type_LookupTableTexture
+      Type_LookupTableTexture,
+      Type_Macro
     };
 
     virtual ~ISceneLayer()