comparison include/begin_code.h @ 3407:d3baf5ac4e37

Partial fix for bug #859 Header file update from Ken for improved doxygen output
author Sam Lantinga <slouken@libsdl.org>
date Mon, 19 Oct 2009 13:31:58 +0000
parents 245a7d79577c
children 276a6474a449
comparison
equal deleted inserted replaced
3406:8ae607392409 3407:d3baf5ac4e37
18 18
19 Sam Lantinga 19 Sam Lantinga
20 slouken@libsdl.org 20 slouken@libsdl.org
21 */ 21 */
22 22
23 /* This file sets things up for C dynamic library function definitions, 23 /**
24 static inlined functions, and structures aligned at 4-byte alignment. 24 * \file begin_code.h
25 If you don't like ugly C preprocessor code, don't look at this file. :) 25 *
26 */ 26 * This file sets things up for C dynamic library function definitions,
27 * static inlined functions, and structures aligned at 4-byte alignment.
28 * If you don't like ugly C preprocessor code, don't look at this file. :)
29 */
27 30
28 /* This shouldn't be nested -- included it around code only. */ 31 /* This shouldn't be nested -- included it around code only. */
29 #ifdef _begin_code_h 32 #ifdef _begin_code_h
30 #error Nested inclusion of begin_code.h 33 #error Nested inclusion of begin_code.h
31 #endif 34 #endif