aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-27 11:07:55 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-27 11:07:55 -0400
commitdec2f0fe3ea9e3e95d6fc6abc421f1a81149c10c (patch)
treea5af814c7b4249ccee710a8e455ac3195d2ad068 /main.c
parentf45e9a8d37a384ccea33158a4d3062d633720c93 (diff)
downloadvolute-dec2f0fe3ea9e3e95d6fc6abc421f1a81149c10c.zip
init compressor-select widget
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/main.c b/main.c
index a18f08f..74c4f84 100644
--- a/main.c
+++ b/main.c
@@ -1,12 +1,14 @@
/* Headers. */
+#include <limits.h>
#include <stdio.h>
#include <stdlib.h>
#include "microui.h"
#include "renderer.h"
-#include "widget.h"
#include "unit.h"
+#include "compressor.h"
+#include "widget.h"
#include "engine.h"
#include "ui.h"