New sound effects
[supertux.git] / src / video / util.hpp
index 8073d9b..46be85c 100644 (file)
@@ -1,5 +1,5 @@
 //  SuperTux
-//  Copyright (C) 2013 Ingo Ruhnke <grumbel@gmx.de>
+//  Copyright (C) 2013 Ingo Ruhnke <grumbel@gmail.com>
 //
 //  This program is free software: you can redistribute it and/or modify
 //  it under the terms of the GNU General Public License as published by
@@ -29,6 +29,8 @@ void calculate_viewport(const Size& min_size, const Size& max_size,
                         Size& out_logical_size,
                         SDL_Rect& out_viewport);
 
+float calculate_pixel_aspect_ratio(const Size& source, const Size& target);
+
 #endif
 
 /* EOF */