SDL Visual Test
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SDL_visualtest_harness_argparser.h
Go to the documentation of this file.
1 
7 #include <SDL.h>
11 
12 #ifndef _SDL_visualtest_harness_argparser_h
13 #define _SDL_visualtest_harness_argparser_h
14 
16 #define MAX_PATH_LEN 300
17 
18 #define MAX_SUT_ARGS_LEN 600
19 
20 /* Set up for C function definitions, even when using C++ */
21 #ifdef __cplusplus
22 extern "C" {
23 #endif
24 
29 {
35  int timeout;
44  SDL_bool no_launch;
52 
62 
67 
68 /* Ends C function definitions when using C++ */
69 #ifdef __cplusplus
70 }
71 #endif
72 
73 #endif /* _SDL_visualtest_harness_argparser_h */