Bunch of little fixes.
This commit is contained in:
parent
d0e9372d99
commit
48bcede0dc
13 changed files with 45 additions and 74 deletions
|
@ -7,11 +7,14 @@
|
|||
*/
|
||||
|
||||
|
||||
|
||||
#include "common.h"
|
||||
|
||||
/**
|
||||
* @brief Compares a surface and a surface image for equality.
|
||||
* @brief Compares a surface and a surface image for equality
|
||||
*
|
||||
* @param sur Surface used in comparison
|
||||
* @param img Surface image used in comparison
|
||||
* @param allowable_error Allowable difference in blending accuracy
|
||||
*/
|
||||
int surface_compare( SDL_Surface *sur, const SurfaceImage_t *img, int allowable_error )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue