Changeset d5f2b42 in opengl-game for game-gui.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.hpp

    rd02c25f rd5f2b42  
    1818      virtual ~GameGui() {};
    1919
     20      virtual string& GetError() = 0;
     21
    2022      virtual bool Init() = 0;
    2123      virtual void Shutdown() = 0;
Note: See TracChangeset for help on using the changeset viewer.