forked from Green-Sky/tomato
Merge commit '852f2a6343518919e5ca8d3c1bbcab9f493e3cd8'
This commit is contained in:
6
external/sdl/SDL/include/SDL3/SDL_init.h
vendored
6
external/sdl/SDL/include/SDL3/SDL_init.h
vendored
@ -1,6 +1,6 @@
|
||||
/*
|
||||
Simple DirectMedia Layer
|
||||
Copyright (C) 1997-2023 Sam Lantinga <slouken@libsdl.org>
|
||||
Copyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
@ -22,7 +22,7 @@
|
||||
/**
|
||||
* \file SDL_init.h
|
||||
*
|
||||
* \brief Init and quit header for the SDL library
|
||||
* Init and quit header for the SDL library
|
||||
*/
|
||||
|
||||
#ifndef SDL_init_h_
|
||||
@ -39,7 +39,7 @@ extern "C" {
|
||||
/* As of version 0.5, SDL is loaded dynamically into the application */
|
||||
|
||||
/**
|
||||
* \brief Initialization flags for SDL_Init and/or SDL_InitSubSystem
|
||||
* Initialization flags for SDL_Init and/or SDL_InitSubSystem
|
||||
*
|
||||
* These are the flags which may be passed to SDL_Init(). You should
|
||||
* specify the subsystems which you will be using in your application.
|
||||
|
Reference in New Issue
Block a user