From ae3225a4e7ef86d159fdf27834c453ffcd4da76c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 2 Aug 2022 20:10:35 +0200 Subject: Implement draggable split. Next step is to allow a double click to reset the split to be automatically resized. --- c/main.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 c/main.h (limited to 'c/main.h') diff --git a/c/main.h b/c/main.h deleted file mode 100644 index 1f9d3bf..0000000 --- a/c/main.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef MAIN_H -#define MAIN_H - -void UpdateLayout(int w = 0, int h = 0); - -#endif -- cgit v1.2.3