view Applications/Samples/SimpleViewer/Messages.h @ 653:4eccf698e52f

Fixed CRLF to LF in various files (found through grepping the source tree)
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 14 May 2019 13:49:12 +0200
parents e7a494bdd956
children
line wrap: on
line source

#pragma once

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