Make GDK's SDL_main header-only

This commit is contained in:
Daniel Gibson 2022-12-11 04:45:38 +01:00 committed by Sam Lantinga
parent 2d0eaea1cc
commit 28ecbbf0b5
5 changed files with 29 additions and 35 deletions
VisualC-GDK/tests/testgdk/src

View file

@ -18,9 +18,10 @@
#include <stdio.h>
#include <time.h>
#include "SDL_test.h"
#include "SDL_test_common.h"
#include <SDL3/SDL_test.h>
#include <SDL3/SDL_test_common.h>
#include "../src/core/windows/SDL_windows.h"
#include <SDL3/SDL_main.h>
extern "C" {
#include "../test/testutils.h"