wasapi: Patched to compile on C89 systems, and use SDL_ceilf instead of ceilf.
4 * Header with miscellaneous helper functions.
7 #ifndef SDL_visualtest_mischelper_h_
8 #define SDL_visualtest_mischelper_h_
10 /* Set up for C function definitions, even when using C++ */
16 * Stores a 32 digit hexadecimal string representing the MD5 hash of the
17 * string \c str in \c hash.
19 void SDLVisualTest_HashString(char* str, char hash[33]);
21 /* Ends C function definitions when using C++ */
26 #endif /* SDL_visualtest_mischelper_h_ */
28 /* vi: set ts=4 sw=4 expandtab: */