From a62d0aea52df81648b9d429ffd5b3e8ef190ed52 Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Wed, 27 Nov 2024 21:59:02 -0600 Subject: render: centralize the type definitions Centralize the type definitions for the Vulkan renderer. This removes the possibility for cyclic dependencies in the include paths. Signed-off-by: Danny Holman --- include/rune/ui/input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rune/ui') diff --git a/include/rune/ui/input.h b/include/rune/ui/input.h index c03f8a2..3d8ca9a 100644 --- a/include/rune/ui/input.h +++ b/include/rune/ui/input.h @@ -23,7 +23,7 @@ #define RUNE_UI_INPUT_H #include -#include +#include #define KB_MODE_RAW 0 #define KB_MODE_TEXT 1 -- cgit v1.2.3