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


Ignore:
Timestamp:
May 1, 2021, 1:52:25 AM (3 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
756162f
Parents:
4a777d2
git-author:
Dmitry Portnoy <dportnoy@…> (05/01/21 01:31:53)
git-committer:
Dmitry Portnoy <dportnoy@…> (05/01/21 01:52:25)
Message:

Update the build instructions and makefile to work with OSX again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-sdl.hpp

    r4a777d2 rcb6fabb  
    3535#endif
    3636
     37      SDL_Window* window;
     38
    3739   private:
    38       SDL_Window* window;
     40      // SDL_Window* window;
    3941      int windowWidth, windowHeight;
    4042      const Uint8* keyState;
Note: See TracChangeset for help on using the changeset viewer.