Make GDK's SDL_main header-only
This commit is contained in:
parent
2d0eaea1cc
commit
28ecbbf0b5
5 changed files with 29 additions and 35 deletions
VisualC-GDK/tests/testgdk/src
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue