mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-01-07 09:53:50 +08:00
refactor(Globals): Removed old include from files
This commit is contained in:
parent
a1de889037
commit
cfedc34bf7
@ -2,7 +2,6 @@
|
|||||||
#include "fiber_pool.hpp"
|
#include "fiber_pool.hpp"
|
||||||
#include "script.hpp"
|
#include "script.hpp"
|
||||||
#include "looped/looped.hpp"
|
#include "looped/looped.hpp"
|
||||||
#include "core/globals.hpp"
|
|
||||||
|
|
||||||
namespace big
|
namespace big
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include "backend/looped/looped.hpp"
|
#include "backend/looped/looped.hpp"
|
||||||
#include "core/globals.hpp"
|
|
||||||
#include "natives.hpp"
|
#include "natives.hpp"
|
||||||
|
|
||||||
namespace big
|
namespace big
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
#include "fiber_pool.hpp"
|
#include "fiber_pool.hpp"
|
||||||
#include "natives.hpp"
|
#include "natives.hpp"
|
||||||
#include "script.hpp"
|
#include "script.hpp"
|
||||||
#include "core/globals.hpp"
|
|
||||||
#include "util/entity.hpp"
|
#include "util/entity.hpp"
|
||||||
|
|
||||||
namespace big
|
namespace big
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#include "backend/looped/looped.hpp"
|
#include "backend/looped/looped.hpp"
|
||||||
#include "core/data/speedo_meters.hpp"
|
#include "core/data/speedo_meters.hpp"
|
||||||
#include "core/globals.hpp"
|
|
||||||
#include "natives.hpp"
|
#include "natives.hpp"
|
||||||
|
|
||||||
namespace big
|
namespace big
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#include "backend/looped/looped.hpp"
|
#include "backend/looped/looped.hpp"
|
||||||
#include "core/enums.hpp"
|
#include "core/enums.hpp"
|
||||||
#include "core/globals.hpp"
|
|
||||||
#include "util/entity.hpp"
|
#include "util/entity.hpp"
|
||||||
#include "util/math.hpp"
|
#include "util/math.hpp"
|
||||||
#include "util/notify.hpp"
|
#include "util/notify.hpp"
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#include "globals.hpp"
|
|
||||||
|
|
||||||
struct globals g = { };
|
|
@ -1,5 +1,4 @@
|
|||||||
#include "tabs.hpp"
|
#include "tabs.hpp"
|
||||||
#include "core/globals.hpp"
|
|
||||||
|
|
||||||
namespace big
|
namespace big
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include "core/data/speedo_meters.hpp"
|
#include "core/data/speedo_meters.hpp"
|
||||||
#include "core/globals.hpp"
|
|
||||||
#include "gui/window/main/tabs.hpp"
|
#include "gui/window/main/tabs.hpp"
|
||||||
|
|
||||||
namespace big
|
namespace big
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
#include "core/data/custom_weapons.hpp"
|
#include "core/data/custom_weapons.hpp"
|
||||||
#include "core/globals.hpp"
|
|
||||||
#include "gui/window/main/tabs.hpp"
|
#include "gui/window/main/tabs.hpp"
|
||||||
|
|
||||||
namespace big
|
namespace big
|
||||||
|
Loading…
x
Reference in New Issue
Block a user