view Applications/Samples/SimpleViewer/Messages.h @ 611:e3f21a265be5

Added version directive to GLSL shader code + glew init function in sample code AND commented-out glew init function in StoneInitialize
author Benjamin Golinvaux <bgo@osimis.io>
date Tue, 30 Apr 2019 16:07:48 +0200
parents e7a494bdd956
children
line wrap: on
line source

#pragma once

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