view Applications/Samples/SimpleViewer/Messages.h @ 532:d4046c7f284d bgo-commands-codegen

Removing ICommand support - last small fixes
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 18 Mar 2019 08:45:48 +0100
parents e7a494bdd956
children
line wrap: on
line source

#pragma once

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