About the SDL libraries
Verfasst: 23 Dez 2020, 23:14
See also: viewtopic.php?f=8&t=6494#p48834
A small problem, the header files for the available SDL-libs are not present in the deps or TXTdeps.
Has somebody found these files already?
But I still need to search on the TXT in the firmware.
// for initializing and shutdown functions
#include <SDL2/SDL.h>
// for rendering images and graphics on screen
#include <SDL2/SDL_image.h>
// for using SDL_Delay() functions
#include <SDL2/SDL_timer.h>
A small problem, the header files for the available SDL-libs are not present in the deps or TXTdeps.
Has somebody found these files already?
But I still need to search on the TXT in the firmware.
// for initializing and shutdown functions
#include <SDL2/SDL.h>
// for rendering images and graphics on screen
#include <SDL2/SDL_image.h>
// for using SDL_Delay() functions
#include <SDL2/SDL_timer.h>