chore: Rename handling to current_profile

This commit is contained in:
Yimura 2021-09-16 22:12:50 +02:00
parent be66188f7c
commit 038fb69687
12 changed files with 281 additions and 281 deletions

View File

@ -1,4 +1,4 @@
#include "handling_tabs.hpp"
#include "current_profile_tabs.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "handling_tabs.hpp"
#include "current_profile_tabs.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "handling_tabs.hpp"
#include "current_profile_tabs.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "handling_tabs.hpp"
#include "current_profile_tabs.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "handling_tabs.hpp"
#include "current_profile_tabs.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "handling_tabs.hpp"
#include "current_profile_tabs.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "handling_tabs.hpp"
#include "current_profile_tabs.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "handling_tabs.hpp"
#include "current_profile_tabs.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "handling_tabs.hpp"
#include "current_profile_tabs.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "handling_tabs.hpp"
#include "current_profile_tabs.hpp"
namespace big
{

View File

@ -1,4 +1,4 @@
#include "../handling_tabs.hpp"
#include "../current_profile/current_profile_tabs.hpp"
#include "fiber_pool.hpp"
#include "natives.hpp"
#include "script.hpp"