~widelands-dev/widelands/debug_window

« back to all changes in this revision

Viewing changes to src/graphic/render/terrain_sdl.cc

Merged new include order style check + fixes for it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 *
18
18
 */
19
19
 
20
 
#include "terrain_sdl.h"
 
20
#include "graphic/render/terrain_sdl.h"
21
21
 
22
22
/// get lambda and mu so that
23
23
/// lambda * u + mu * v = (1 0)^T with u = (u1 u2)^T and v = (v1 v2)^T