Changeset d5f2b42 in opengl-game for game-gui-sdl.hpp


Ignore:
Timestamp:
Aug 30, 2019, 7:25:55 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
d8cb15e
Parents:
d02c25f
Message:

Create a generic GetError() function in game-gui that returns the last error returned by a call to some other function in game-gui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-sdl.hpp

    rd02c25f rd5f2b42  
    1111class GameGui_SDL : public GameGui {
    1212   public:
     13      string& GetError();
     14
    1315      bool Init();
    1416      void Shutdown();
     
    2628   private:
    2729      SDL_Window* window;
     30
     31      static string s_errorMessage;
    2832};
    2933
Note: See TracChangeset for help on using the changeset viewer.