From 33523c7980f401cdd4f6feccab703dec4026b6d2 Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Mon, 7 Oct 2024 18:05:53 +0300 Subject: [PATCH] remove usage of twn_vec.h in public headers --- include/twn_input.h | 2 +- include/twn_util.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/twn_input.h b/include/twn_input.h index f0d5364..2322583 100644 --- a/include/twn_input.h +++ b/include/twn_input.h @@ -2,7 +2,7 @@ #define TWN_INPUT_H #include "twn_config.h" -#include "twn_vec.h" +#include "twn_types.h" #include "twn_engine_api.h" #include "twn_scancode.h" diff --git a/include/twn_util.h b/include/twn_util.h index 1ac9279..3ae6ef2 100644 --- a/include/twn_util.h +++ b/include/twn_util.h @@ -1,7 +1,7 @@ #ifndef UTIL_H #define UTIL_H -#include "twn_vec.h" +#include "twn_types.h" #include "twn_engine_api.h" #include "twn_types.h"