equal
deleted
inserted
replaced
3 * \file SDL_visualtest_parsehelper.h |
3 * \file SDL_visualtest_parsehelper.h |
4 * |
4 * |
5 * Header with some helper functions for parsing strings. |
5 * Header with some helper functions for parsing strings. |
6 */ |
6 */ |
7 |
7 |
8 #ifndef _SDL_visualtest_parsehelper_h |
8 #ifndef SDL_visualtest_parsehelper_h_ |
9 #define _SDL_visualtest_parsehelper_h |
9 #define SDL_visualtest_parsehelper_h_ |
10 |
10 |
11 /* Set up for C function definitions, even when using C++ */ |
11 /* Set up for C function definitions, even when using C++ */ |
12 #ifdef __cplusplus |
12 #ifdef __cplusplus |
13 extern "C" { |
13 extern "C" { |
14 #endif |
14 #endif |
39 /* Ends C function definitions when using C++ */ |
39 /* Ends C function definitions when using C++ */ |
40 #ifdef __cplusplus |
40 #ifdef __cplusplus |
41 } |
41 } |
42 #endif |
42 #endif |
43 |
43 |
44 #endif /* _SDL_visualtest_parsehelper_h */ |
44 #endif /* SDL_visualtest_parsehelper_h_ */ |
|
45 |
|
46 /* vi: set ts=4 sw=4 expandtab: */ |