From e645b307a7a32c3c3d12989ccf6d60e324392d60 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 1 Feb 2015 14:57:56 +0100 Subject: Begin work on UI --- main.cpp | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 31616fa..d1fa143 100644 --- a/main.cpp +++ b/main.cpp @@ -1,10 +1,17 @@ #include -#include "geom.hpp" -#include "problem.hpp" +#include "ui.hpp" int main() { - printf("%.10f\n", M_PI); + hilare_a_param p; + p.l = 30; + p.r_c_car = 15; + p.r_c_trolley = 12; + + UI the_ui(&p); + + the_ui.run(); + return 0; } -- cgit v1.2.3