/
clang
/
SDL
Обзор
Документация
Войти
/
clang
/
SDL
Код
Вики
Пакеты
0
Релизы
0
Аналитика
main
test/main.cpp
11 строк
339 B
Daniel Gibson
Make WinRT's SDL_main header-only
15 дек 2022, 19:01
15 дек 2022, 19:01
28b9345
Код
Авторство
О чём код?
/* * 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!