Mercurial > hg > orthanc-stone
view Applications/Samples/SimpleViewer/Messages.h @ 605:7a7e36c52d62
Merged am-dev into default
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 29 Apr 2019 15:24:59 +0200 |
parents | e7a494bdd956 |
children |
line wrap: on
line source
#pragma once namespace SimpleViewer { enum SimpleViewerMessageType { SimpleViewerMessageType_First = OrthancStone::MessageType_CustomMessage, SimpleViewerMessageType_AppStatusUpdated }; }