From 3bdb35c3d635efcfc1d02da3ed13824409819c9a Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Sat, 6 Jan 2024 21:39:17 +0100 Subject: Moved fx_renderer creation func into scenefx dir --- tinywl/tinywl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tinywl') diff --git a/tinywl/tinywl.c b/tinywl/tinywl.c index 0db1661..994574f 100644 --- a/tinywl/tinywl.c +++ b/tinywl/tinywl.c @@ -5,6 +5,7 @@ #include #include #include +#include #include #include #include @@ -28,8 +29,6 @@ #include #include -#include "render/fx_renderer/fx_renderer.h" - /* For brevity's sake, struct members are annotated where they are used. */ enum tinywl_cursor_mode { TINYWL_CURSOR_PASSTHROUGH, -- cgit v1.2.3