Changes in game-gui-sdl.hpp [cb6fabb:d8cf709] in opengl-game
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-sdl.hpp
rcb6fabb rd8cf709 35 35 #endif 36 36 37 private: 37 38 SDL_Window* window; 38 39 private:40 // SDL_Window* window;41 39 int windowWidth, windowHeight; 42 40 const Uint8* keyState;
Note:
See TracChangeset
for help on using the changeset viewer.