SDL Visual Test
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SDL_visualtest_random_variator.h
Go to the documentation of this file.
1 /* See COPYING.txt for the full license governing this code. */
10 
11 #ifndef _SDL_visualtest_random_variator_h
12 #define _SDL_visualtest_random_variator_h
13 
14 /* Set up for C function definitions, even when using C++ */
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
24 {
32 
39  SDLVisualTest_SUTConfig* config, Uint64 seed);
40 
48 
53 
54 /* Ends C function definitions when using C++ */
55 #ifdef __cplusplus
56 }
57 #endif
58 
59 #endif /* _SDL_visualtest_random_variator_h */