mirror of https://github.com/libsdl-org/SDL
Fixed comment at the top of testtime.c
This commit is contained in:
parent
e0ef4dac85
commit
18feaa52dd
|
@ -10,9 +10,7 @@
|
||||||
freely.
|
freely.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Test program to check the resolution of the SDL timer on the current
|
/* Test program to verify the SDL date/time APIs */
|
||||||
platform
|
|
||||||
*/
|
|
||||||
#include <SDL3/SDL.h>
|
#include <SDL3/SDL.h>
|
||||||
#include <SDL3/SDL_main.h>
|
#include <SDL3/SDL_main.h>
|
||||||
#include <SDL3/SDL_test.h>
|
#include <SDL3/SDL_test.h>
|
||||||
|
|
Loading…
Reference in New Issue