Changeset d8cb15e in opengl-game for game-gui-glfw.hpp


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

Implement GetError() in game-gui-glfw and start using game-gui-glfw in opengl-game to show a window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-glfw.hpp

    rd5f2b42 rd8cb15e  
    1212class GameGui_GLFW : public GameGui {
    1313   public:
     14      string& GetError();
     15
     16      static string s_errorMessage; // Has to be public so that glfw_error_callback can access it
     17
    1418      bool Init();
    1519      void Shutdown();
     
    2933};
    3034
     35void glfw_error_callback(int error, const char* description);
     36
    3137#endif // _GAME_GUI_GLFW_H
Note: See TracChangeset for help on using the changeset viewer.