RIT VEXU Core API
Loading...
Searching...
No Matches
layout.h
1#include <cmath>
2#include <functional>
3
4struct SliderCfg {
5 double &val;
6 double min;
7 double max;
8};