Changeset 27e580e in opengl-game for game-gui-sdl.cpp


Ignore:
Timestamp:
Jun 1, 2022, 7:50:43 PM (2 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
6d698e5
Parents:
67527a5
Message:

Stop using SDL_ttf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-sdl.cpp

    r67527a5 r27e580e  
    33#include <map>
    44#include <queue>
    5 
    6 #include <SDL2/SDL_ttf.h>
    75
    86#include "compiler.hpp"
     
    2826
    2927   if (SDL_Init(SDL_INIT_EVERYTHING) < 0) {
    30       return RTWO_ERROR;
    31    }
    32 
    33    if (TTF_Init() == -1) {
    3428      return RTWO_ERROR;
    3529   }
Note: See TracChangeset for help on using the changeset viewer.