comparison Applications/Sdl/SdlEngine.h @ 91:81f73efd81a1 wasm

cleaning up
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 29 May 2017 11:18:35 +0200
parents 9e3c2e75b870
children e2fe9352f240
comparison
equal deleted inserted replaced
90:64e60018943f 91:81f73efd81a1
26 #include "SdlSurface.h" 26 #include "SdlSurface.h"
27 #include "../BasicApplicationContext.h" 27 #include "../BasicApplicationContext.h"
28 28
29 namespace OrthancStone 29 namespace OrthancStone
30 { 30 {
31 class SdlEngine : public IViewport::IChangeObserver 31 class SdlEngine : public IViewport::IObserver
32 { 32 {
33 private: 33 private:
34 SdlWindow& window_; 34 SdlWindow& window_;
35 BasicApplicationContext& context_; 35 BasicApplicationContext& context_;
36 SdlSurface surface_; 36 SdlSurface surface_;