equal
deleted
inserted
replaced
5 * Header file with some helper functions for working with SDL_RWops. |
5 * Header file with some helper functions for working with SDL_RWops. |
6 */ |
6 */ |
7 |
7 |
8 #include <SDL_rwops.h> |
8 #include <SDL_rwops.h> |
9 |
9 |
10 #ifndef _SDL_visualtest_rwhelper_h |
10 #ifndef SDL_visualtest_rwhelper_h_ |
11 #define _SDL_visualtest_rwhelper_h |
11 #define SDL_visualtest_rwhelper_h_ |
12 |
12 |
13 /** Length of the buffer in SDLVisualTest_RWHelperBuffer */ |
13 /** Length of the buffer in SDLVisualTest_RWHelperBuffer */ |
14 #define RWOPS_BUFFER_LEN 256 |
14 #define RWOPS_BUFFER_LEN 256 |
15 |
15 |
16 /* Set up for C function definitions, even when using C++ */ |
16 /* Set up for C function definitions, even when using C++ */ |
80 /* Ends C function definitions when using C++ */ |
80 /* Ends C function definitions when using C++ */ |
81 #ifdef __cplusplus |
81 #ifdef __cplusplus |
82 } |
82 } |
83 #endif |
83 #endif |
84 |
84 |
85 #endif /* _SDL_visualtest_rwhelper_h */ |
85 #endif /* SDL_visualtest_rwhelper_h_ */ |
|
86 |
|
87 /* vi: set ts=4 sw=4 expandtab: */ |