SDL Visual Test
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SDL_visualtest_variators.h
Go to the documentation of this file.
1 /* See COPYING.txt for the full license governing this code. */
10 
11 #ifndef _SDL_visualtest_variators_h
12 #define _SDL_visualtest_variators_h
13 
14 /* Set up for C function definitions, even when using C++ */
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
23 typedef struct SDLVisualTest_Variator
24 {
28  union
29  {
32  } data;
34 
44  Uint64 seed);
45 
53 
58 
59 /* Ends C function definitions when using C++ */
60 #ifdef __cplusplus
61 }
62 #endif
63 
64 #endif /* _SDL_visualtest_variators_h */