testnative: include SDL_build_config.h instead of SDL_internal.h

This commit is contained in:
Anonymous Maarten 2024-06-19 17:04:52 +02:00 committed by Anonymous Maarten
parent e6944584a0
commit 992f80eb51
2 changed files with 5 additions and 10 deletions

View file

@ -11,15 +11,16 @@
*/
/* Simple program: Create a native window and attach an SDL renderer */
#include <stdlib.h>
#include "testnative.h"
#include <SDL3/SDL.h>
#include <SDL3/SDL_main.h>
#include <SDL3/SDL_test.h>
#include "testnative.h"
#include "testutils.h"
#include <stdlib.h>
#define WINDOW_W 640
#define WINDOW_H 480
#define NUM_SPRITES 100