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

This commit is contained in:
Yimura 2021-01-15 23:27:31 +01:00
parent 082cc80159
commit 0b9837777e
No known key found for this signature in database
GPG Key ID: 54EFAD29393A6E78
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
{