Replaced test framework random code with SDL random functions

This commit is contained in:
Sam Lantinga 2024-06-23 12:42:54 -07:00
parent 96f2f23240
commit a938e2b979
16 changed files with 21 additions and 264 deletions

View file

@ -41,7 +41,6 @@
#include <SDL3/SDL_test_log.h>
#include <SDL3/SDL_test_md5.h>
#include <SDL3/SDL_test_memory.h>
#include <SDL3/SDL_test_random.h>
#include <SDL3/SDL_begin_code.h>
/* Set up for C function definitions, even when using C++ */