mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-25 04:40:47 +00:00
fix: unglob all of /Build/Common
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user