mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-20 22:09:55 +00:00
a
This commit is contained in:
parent
3b121398fb
commit
09a3e8756f
1 changed files with 0 additions and 2 deletions
|
|
@ -30,7 +30,6 @@
|
|||
#include <boost/stacktrace.hpp>
|
||||
#include <boost/version.hpp>
|
||||
#include <zlib.h>
|
||||
#include <AL/al.h>
|
||||
#include <physfs.h>
|
||||
#include <pixman.h>
|
||||
#include <SDL3/SDL_system.h>
|
||||
|
|
@ -180,7 +179,6 @@ void crash_screen(SDL_Window* win){
|
|||
o << "SDL_TTF(compiled) version: " << SDL_TTF_MAJOR_VERSION << "." << SDL_TTF_MINOR_VERSION << "." << SDL_TTF_MICRO_VERSION << endl;
|
||||
o << "Ruby version: " << RUBY_API_VERSION_CODE << endl;
|
||||
o << "ZLib version: " << ZLIB_VERSION << endl;
|
||||
o << "OpenAL version: " << AL_VERSION << endl;
|
||||
o << "Boost versino: " << BOOST_VERSION / 100000 << "." << BOOST_VERSION / 100 % 1000 << "." << BOOST_VERSION % 100 << endl;
|
||||
o << "Pixman version: " << PIXMAN_VERSION_STRING << endl;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue