mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 16:05:55 +00:00
cleanup: collapse common app and ui console branches
This commit is contained in:
@@ -1,17 +1,17 @@
|
||||
#include "../../Minecraft.World/Platform/stdafx.h"
|
||||
#include "../../Minecraft.World/Items/ItemInstance.h"
|
||||
#if !(defined _XBOX) && !(defined __PSVITA__)
|
||||
#if !(0) && !(0)
|
||||
#include "../UI/UI.h"
|
||||
#endif
|
||||
#include "Tutorial.h"
|
||||
#include "XuiCraftingTask.h"
|
||||
|
||||
bool XuiCraftingTask::isCompleted() {
|
||||
#ifndef __PSVITA__
|
||||
#if 1
|
||||
// This doesn't seem to work
|
||||
// IUIScene_CraftingMenu *craftScene =
|
||||
// reinterpret_cast<IUIScene_CraftingMenu *>(tutorial->getScene());
|
||||
#ifdef _XBOX
|
||||
#if 0
|
||||
CXuiSceneCraftingPanel* craftScene =
|
||||
(CXuiSceneCraftingPanel*)(tutorial->getScene());
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user