Changeset 826df16 in opengl-game for game-gui-sdl.cpp
- Timestamp:
- Jul 2, 2019, 1:54:30 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- ab65f84
- Parents:
- f898c5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-sdl.cpp
rf898c5f r826df16 1 1 #include "game-gui-sdl.hpp" 2 2 3 #include <SDL .h>3 #include <SDL2/SDL.h> 4 4 5 5 #include <iostream>
Note:
See TracChangeset
for help on using the changeset viewer.