From d0022a0f8e3bf95d25ad2a0241b299e09b189829 Mon Sep 17 00:00:00 2001 From: Nicolas Gresset-Bourgeois Date: Fri, 6 Dec 2024 10:37:46 +0100 Subject: [PATCH] another another foo commit for testing verifying --- src/display.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/display.c b/src/display.c index 73accf7..aed4d03 100644 --- a/src/display.c +++ b/src/display.c @@ -190,4 +190,10 @@ void loadingBar(int current, int total, clock_t delta){ printf("Time since beginning : %fs -- ", ((double)delta)/CLOCKS_PER_SEC); printf("Time left estimated : 0\n"); } +} + +void displayMST(opt* options, MST* MST, forest* forest){ + asdl2w_createWindow("MST of Paris", WIDTH, HEIGHT); + + } \ No newline at end of file