refactor: cleaup
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user