This repository has been archived on 2020-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
Files
YASMIN/ui/map/2D/RenderParams2D.h
2016-09-28 12:16:45 +02:00

14 lines
182 B
C

#ifndef RENDERPARAMS2D_H
#define RENDERPARAMS2D_H
struct RenderParams2D {
struct Clipping {
float belowHeight_m;
float aboveHeight_m;
} clip;
};
#endif // RENDERPARAMS2D_H