Mercurial > hg > orthanc-stone
view Applications/Samples/SimpleViewer/Messages.h @ 500:329f229c2794 bgo-commands-codegen
Improvements to the integrated demo for TS <--> C++
author | bgo-osimis |
---|---|
date | Mon, 25 Feb 2019 06:35:21 +0100 |
parents | e7a494bdd956 |
children |
line wrap: on
line source
#pragma once namespace SimpleViewer { enum SimpleViewerMessageType { SimpleViewerMessageType_First = OrthancStone::MessageType_CustomMessage, SimpleViewerMessageType_AppStatusUpdated }; }