fix: unglob all of /Build/Common

This commit is contained in:
Tropical
2026-03-08 22:43:59 +01:00
committed by JuiceyDev
parent 663ba5e7e9
commit a4ce19d004
416 changed files with 1749 additions and 1749 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
#pragma once
using namespace std;
//using namespace std;
#include "../media/xuiscene_debug_item_editor.h"
#include "XUI_Ctrl_CraftIngredientSlot.h"
@@ -18,7 +18,7 @@ public:
} ItemEditorInput;
private:
int m_iPad;
shared_ptr<ItemInstance> m_item;
std::shared_ptr<ItemInstance> m_item;
Slot *m_slot;
AbstractContainerMenu *m_menu;