mirror of
https://github.com/switchbrew/switch-examples.git
synced 2025-06-21 05:12:40 +02:00
added ttf example with public domain font
This commit is contained in:
parent
cb6412c2b1
commit
09bab892f1
@ -73,7 +73,7 @@ int main(int argc, char** argv) {
|
|||||||
int exit_requested = 0;
|
int exit_requested = 0;
|
||||||
int trail = 0;
|
int trail = 0;
|
||||||
int wait = 25;
|
int wait = 25;
|
||||||
|
|
||||||
SDL_Texture *switchlogo_tex = NULL, *sdllogo_tex = NULL;
|
SDL_Texture *switchlogo_tex = NULL, *sdllogo_tex = NULL;
|
||||||
SDL_Rect pos = { 0, 0, 0, 0 }, sdl_pos = { 0, 0, 0, 0 };
|
SDL_Rect pos = { 0, 0, 0, 0 }, sdl_pos = { 0, 0, 0, 0 };
|
||||||
Mix_Music *music = NULL;
|
Mix_Music *music = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user