Changes in game-gui-sdl.hpp [d8cf709:cb6fabb] in opengl-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-sdl.hpp

    rd8cf709 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.