summaryrefslogtreecommitdiff
path: root/src/contrib/SDL-3.2.20/test/main.cpp
blob: 8e2fcbabbb4d425225dfc8a8a41bc12f410c8593 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*
 * This file is supposed to be used to build tests on platforms that require
 * the main function to be implemented in C++, which means that SDL_main's
 * implementation needs C++ and thus can't be included in test*.c
 *
 * Placed in the public domain by Daniel Gibson, 2022-12-12
 */

#include <SDL3/SDL_main.h>

// that's all, folks!