diff options
Diffstat (limited to 'src/sdl2gfx/SDL2_rotozoom.h')
-rw-r--r-- | src/sdl2gfx/SDL2_rotozoom.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/sdl2gfx/SDL2_rotozoom.h b/src/sdl2gfx/SDL2_rotozoom.h index 3ae52888e..0ceb30db9 100644 --- a/src/sdl2gfx/SDL2_rotozoom.h +++ b/src/sdl2gfx/SDL2_rotozoom.h @@ -2,7 +2,7 @@ SDL2_rotozoom.c: rotozoomer, zoomer and shrinker for 32bit or 8bit surfaces -Copyright (C) 2001-2012 Andreas Schiffler +Copyright (C) 2012-2014 Andreas Schiffler This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -25,6 +25,8 @@ distribution. Andreas Schiffler -- aschiffler at ferzkopp dot net +Changed for ManaPlus (C) 2013-2017 ManaPlus developers + */ #ifndef _SDL2_rotozoom_h @@ -34,8 +36,7 @@ Andreas Schiffler -- aschiffler at ferzkopp dot net /* Set up for C function definitions, even when using C++ */ #ifdef __cplusplus -extern "C" -{ +extern "C" { #endif #ifndef M_PI |