SDL Visual Test
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
SDL_visualtest_screenshot.h
Go to the documentation of this file.
1 /* See COPYING.txt for the full license governing this code. */
9 
10 #ifndef _SDL_visualtest_screenshot_h
11 #define _SDL_visualtest_screenshot_h
12 
13 /* Set up for C function definitions, even when using C++ */
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
25 int SDLVisualTest_ScreenshotProcess(SDL_ProcessInfo* pinfo, char* prefix);
26 
33 int SDLVisualTest_ScreenshotDesktop(char* filename);
34 
43 int SDLVisualTest_VerifyScreenshots(char* args, char* test_dir, char* verify_dir);
44 
45 /* Ends C function definitions when using C++ */
46 #ifdef __cplusplus
47 }
48 #endif
49 
50 #endif /* _SDL_visualtest_screenshot_h */