current revision

This commit is contained in:
2016-09-28 12:16:45 +02:00
parent 075d8bb633
commit d47322e73b
90 changed files with 8228 additions and 606 deletions

View File

@@ -0,0 +1,13 @@
#ifndef RENDERPARAMS2D_H
#define RENDERPARAMS2D_H
struct RenderParams2D {
struct Clipping {
float belowHeight_m;
float aboveHeight_m;
} clip;
};
#endif // RENDERPARAMS2D_H