comparison OrthancStone/Sources/Viewport/IViewportInteractor.h @ 1558:314b6dc507d9

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 20 Aug 2020 11:38:56 +0200
parents a6f339d8e4c2
children 4fb8fdf03314
comparison
equal deleted inserted replaced
1557:a6f339d8e4c2 1558:314b6dc507d9
18 * along with this program. If not, see <http://www.gnu.org/licenses/>. 18 * along with this program. If not, see <http://www.gnu.org/licenses/>.
19 **/ 19 **/
20 20
21 #pragma once 21 #pragma once
22 22
23 #include "IViewport.h"
24 #include "../Scene2DViewport/IFlexiblePointerTracker.h"
25
23 namespace OrthancStone 26 namespace OrthancStone
24 { 27 {
25 class IViewport;
26 class PointerEvent;
27
28 class IViewportInteractor : public boost::noncopyable 28 class IViewportInteractor : public boost::noncopyable
29 { 29 {
30 public: 30 public:
31 virtual ~IViewportInteractor() 31 virtual ~IViewportInteractor()
32 { 32 {