From 1aa39ed835bbfc81d7b34eba4963d5259975197c Mon Sep 17 00:00:00 2001 From: Justin Scofield <47263509+scawful@users.noreply.github.com> Date: Sun, 12 Jun 2022 20:32:02 -0400 Subject: [PATCH] Delete Style.h --- src/Application/Graphics/Style.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/Application/Graphics/Style.h diff --git a/src/Application/Graphics/Style.h b/src/Application/Graphics/Style.h deleted file mode 100644 index 1b2df2a9..00000000 --- a/src/Application/Graphics/Style.h +++ /dev/null @@ -1,19 +0,0 @@ -#ifndef YAZE_APPLICATION_CORE_STYLE_H -#define YAZE_APPLCIATION_CORE_STYLE_H - -#include "imgui/imgui.h" -#include "imgui/imgui_internal.h" - -namespace yaze { -namespace Application { -namespace Core { -namespace Style { - -void ColorsYaze(); - -} // namespace Style -} // namespace Core -} // namespace Application -} // namespace yaze - -#endif \ No newline at end of file