chore: Rename handling to current_profile

This commit is contained in:
Yimura 2021-09-16 22:12:50 +02:00
parent 1ba3e75cc3
commit e808b23c93
No known key found for this signature in database
GPG Key ID: 3D8FF4397E768682
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"