refactor: cleaup

This commit is contained in:
2026-07-18 03:27:30 -04:00
parent a8069727c3
commit 4c082384c4
3 changed files with 0 additions and 10 deletions
@@ -10,9 +10,6 @@
#include "..\..\TexturePack.h"
#include "..\..\DLCTexturePack.h"
#include "..\..\..\Minecraft.World\StringHelpers.h"
#if defined(__ORBIS__)
#include "..\..\OrbisMedia\strings.h"
#endif
#ifndef _XBOX
#include "UI.h"
#endif
@@ -2,9 +2,6 @@
#include "UI.h"
#include "UIComponent_PressStartToPlay.h"
#include "..\..\..\Minecraft.World\StringHelpers.h"
#if defined(__ORBIS__)
#include "..\..\OrbisMedia\strings.h"
#endif
UIComponent_PressStartToPlay::UIComponent_PressStartToPlay(int iPad, void *initData, UILayer *parentLayer) : UIScene(iPad, parentLayer)
{
// Setup all the Iggy references we need for this scene
@@ -23,10 +23,6 @@
#include "Xbox\Resource.h"
#endif
#if defined(__ORBIS__)
#include "..\..\OrbisMedia\strings.h"
#endif
#define GAME_CREATE_ONLINE_TIMER_ID 0
#define GAME_CREATE_ONLINE_TIMER_TIME 100