Mercurial > sdl-ios-xcode
comparison include/close_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 | 99210400e8b9 |
children | f7b03b6838cb |
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 reverses the effects of begin_code.h and should be included | 23 /** |
24 after you finish any function and structure declarations in your headers | 24 * \file close_code.h |
25 */ | 25 * |
26 * This file reverses the effects of begin_code.h and should be included | |
27 * after you finish any function and structure declarations in your headers | |
28 */ | |
26 | 29 |
27 #undef _begin_code_h | 30 #undef _begin_code_h |
28 | 31 |
29 /* Reset structure packing at previous byte alignment */ | 32 /* Reset structure packing at previous byte alignment */ |
30 #if defined(_MSC_VER) || defined(__MWERKS__) || defined(__WATCOMC__) || defined(__BORLANDC__) | 33 #if defined(_MSC_VER) || defined(__MWERKS__) || defined(__WATCOMC__) || defined(__BORLANDC__) |