/*Simple DirectMedia LayerCopyright (C) 1997-2024 Sam Lantinga <slouken@libsdl.org>This software is provided 'as-is', without any express or impliedwarranty. In no event will the authors be held liable for any damagesarising from the use of this software.Permission is granted to anyone to use this software for any purpose,including commercial applications, and to alter it and redistribute itfreely, subject to the following restrictions:1. The origin of this software must not be misrepresented; you must notclaim that you wrote the original software. If you use this softwarein a product, an acknowledgment in the product documentation would beappreciated but is not required.2. Altered source versions must be plainly marked as such, and must not bemisrepresented as being the original software.3. This notice may not be removed or altered from any source distribution.*//*** \file close_code.h** This file reverses the effects of begin_code.h and should be included* after you finish any function and structure declarations in your headers*/#ifndef SDL_begin_code_h#error close_code.h included without matching begin_code.h#endif#undef SDL_begin_code_h/* Reset structure packing at previous byte alignment */#if defined(_MSC_VER) || defined(__MWERKS__) || defined(__BORLANDC__)#ifdef __BORLANDC__#pragma nopackwarning#endif#pragma pack(pop)#endif /* Compiler needs structure packing set */
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。