diff Samples/Sdl/cpp.hint @ 654:462a5074f914

Turned the scene into an observable to be able to dynamically react to scene to canvas transform changes --> now the handles and angle measure adornments are immune to zoom changes
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 14 May 2019 13:51:00 +0200
parents f939f449482c
children
line wrap: on
line diff
--- a/Samples/Sdl/cpp.hint	Tue May 14 13:49:12 2019 +0200
+++ b/Samples/Sdl/cpp.hint	Tue May 14 13:51:00 2019 +0200
@@ -1,1 +1,2 @@
 #define ORTHANC_OVERRIDE
+#define ORTHANC_STONE_DEFINE_EMPTY_MESSAGE(FILE, LINE, NAME) class NAME : public ::OrthancStone::IMessage {};