# HG changeset patch # User Sebastien Jodogne # Date 1554824977 -7200 # Node ID 731b40e9bfe164b6434b225c041aa7e8a50cb606 # Parent efdf45c5aeb01ec742f9ed6a703a64362320e199 SdlWindow::GetObject() diff -r efdf45c5aeb0 -r 731b40e9bfe1 Applications/Sdl/SdlWindow.h --- a/Applications/Sdl/SdlWindow.h Wed Mar 20 12:38:48 2019 +0100 +++ b/Applications/Sdl/SdlWindow.h Tue Apr 09 17:49:37 2019 +0200 @@ -44,6 +44,11 @@ ~SdlWindow(); + SDL_Window *GetObject() const + { + return window_; + } + unsigned int GetWidth() const; unsigned int GetHeight() const;