view Applications/Samples/SimpleViewer/Messages.h @ 438:237160cbb44f am-vsol-upgrade

allow derivation of RadiographyScene
author am@osimis.io
date Thu, 20 Dec 2018 18:24:52 +0100
parents e7a494bdd956
children
line wrap: on
line source

#pragma once

namespace SimpleViewer
{
  enum SimpleViewerMessageType
  {
    SimpleViewerMessageType_First = OrthancStone::MessageType_CustomMessage,
    SimpleViewerMessageType_AppStatusUpdated
  };
}