refactor(GUI/tabbar): Moved tab bar header file

This commit is contained in:
Yimura 2021-01-15 23:27:31 +01:00
parent a2d55aadff
commit b1af2a27fa
11 changed files with 10 additions and 12 deletions

View File

@ -1,4 +1,4 @@
#include "tab_bar.hpp"
#include "gui/tab_bar.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "tab_bar.hpp"
#include "gui/tab_bar.hpp"
#include "pointers.hpp"
#include "script_global.hpp"

View File

@ -1,5 +1,4 @@
#pragma once
#include "tab_bar.hpp"
#include "gui/tab_bar.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "tab_bar.hpp"
#include "gui/tab_bar.hpp"
#include "pointers.hpp"
namespace big

View File

@ -1,4 +1,4 @@
#include "tab_bar.hpp"
#include "gui/tab_bar.hpp"
#include "pointers.hpp"
namespace big

View File

@ -1,4 +1,4 @@
#include "tab_bar.hpp"
#include "gui/tab_bar.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "tab_bar.hpp"
#include "gui/tab_bar.hpp"
#include "pointers.hpp"
#include "script_global.hpp"

View File

@ -1,5 +1,4 @@
#pragma once
#include "tab_bar.hpp"
#include "gui/tab_bar.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "tab_bar.hpp"
#include "gui/tab_bar.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "tab_bar.hpp"
#include "gui/tab_bar.hpp"
namespace big
{