Delete Style.h

This commit is contained in:
Justin Scofield
2022-06-12 20:32:02 -04:00
committed by GitHub
parent a1811e194d
commit 1aa39ed835

View File

@@ -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