Buckets:
| /* | |
| Simple DirectMedia Layer | |
| Copyright (C) 1997-2011 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 | |
| arising 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 it | |
| freely, subject to the following restrictions: | |
| 1. The origin of this software must not be misrepresented; you must not | |
| claim that you wrote the original software. If you use this software | |
| in a product, an acknowledgment in the product documentation would be | |
| appreciated but is not required. | |
| 2. Altered source versions must be plainly marked as such, and must not be | |
| misrepresented as being the original software. | |
| 3. This notice may not be removed or altered from any source distribution. | |
| */ | |
| /** | |
| * \file begin_code.h | |
| * | |
| * This file sets things up for C dynamic library function definitions, | |
| * static inlined functions, and structures aligned at 4-byte alignment. | |
| * If you don't like ugly C preprocessor code, don't look at this file. :) | |
| */ | |
| /* This shouldn't be nested -- included it around code only. */ | |
| /* Some compilers use a special export keyword */ | |
| /* By default SDL uses the C calling convention */ | |
| /* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */ | |
| /* Force structure packing at 4 byte alignment. | |
| This is necessary if the header is included in code which has structure | |
| packing set to an alternate value, say for loading structures from disk. | |
| The packing is reset to the previous value in close_code.h | |
| */ | |
| /* Set up compiler-specific options for inlining functions */ | |
| /* Add any special compiler-specific cases here */ | |
| /* If inlining isn't supported, remove "__inline__", turning static | |
| inlined functions into static functions (resulting in code bloat | |
| in all files which include the offending header files) | |
| */ | |
| /* Apparently this is needed by several Windows compilers */ | |
Xet Storage Details
- Size:
- 3.96 kB
- Xet hash:
- ee3ee971e4afddbd60ed214c0ec4a6d0e705504e6d7e3c4aa0c7e36b2639f395
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.