aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv_console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv_console.c')
-rw-r--r--src/jalv_console.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/jalv_console.c b/src/jalv_console.c
index 6c0addd..29ac146 100644
--- a/src/jalv_console.c
+++ b/src/jalv_console.c
@@ -36,6 +36,12 @@ print_usage(const char* name, bool error)
}
int
+jalv_ui_resize(Jalv* jalv, int width, int height)
+{
+ return 0;
+}
+
+int
jalv_init(int* argc, char*** argv, JalvOptions* opts)
{
int a = 1;