cSDL/TODO.txt

14 lines
212 B
Plaintext
Raw Normal View History

2022-04-18 22:36:07 +02:00
timers : src/timer/prizm/SDL_systimer.c
implement :
void SDL_StartTicks(void);
Uint32 SDL_GetTicks (void);
void SDL_Delay (Uint32 ms)
check if :
#include "SDL_thread.h" is working or not
video :