Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SDL_test_compare.h « SDL2 « include « sdlew « extern - git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc3536f5a1097ed4f6b9c9cfacfc9b9bc96c28af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

#ifndef _SDL_test_compare_h
#define _SDL_test_compare_h

#include "SDL.h"

#include "SDL_test_images.h"

#include "begin_code.h"

#ifdef __cplusplus
extern "C" {
#endif

int SDLTest_CompareSurfaces(SDL_Surface *surface, SDL_Surface *referenceSurface, int allowable_error);

#ifdef __cplusplus
}
#endif
#include "close_code.h"

#endif