Changeset 27e580e in opengl-game for game-gui-sdl.cpp
- Timestamp:
- Jun 1, 2022, 7:50:43 PM (3 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- 6d698e5
- Parents:
- 67527a5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-sdl.cpp
r67527a5 r27e580e 3 3 #include <map> 4 4 #include <queue> 5 6 #include <SDL2/SDL_ttf.h>7 5 8 6 #include "compiler.hpp" … … 28 26 29 27 if (SDL_Init(SDL_INIT_EVERYTHING) < 0) { 30 return RTWO_ERROR;31 }32 33 if (TTF_Init() == -1) {34 28 return RTWO_ERROR; 35 29 }
Note:
See TracChangeset
for help on using the changeset viewer.