mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-08-19 19:37:13 +00:00
fix: fix building
This commit is contained in:
parent
7c1c64c79c
commit
395fe4baeb
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -79,6 +79,7 @@ Minecraft.Client/OrbisMedia/
|
||||||
Minecraft.Client/PS3Media/
|
Minecraft.Client/PS3Media/
|
||||||
Minecraft.Client/PSVitaMedia/
|
Minecraft.Client/PSVitaMedia/
|
||||||
Minecraft.Client/Windows64Media/*
|
Minecraft.Client/Windows64Media/*
|
||||||
|
!Minecraft.Client/Windows64Media/strings.h
|
||||||
!Minecraft.Client/Windows64Media/Media/
|
!Minecraft.Client/Windows64Media/Media/
|
||||||
Minecraft.Client/Windows64Media/Media/*
|
Minecraft.Client/Windows64Media/Media/*
|
||||||
!Minecraft.Client/Windows64Media/Media/skinHDWin.swf
|
!Minecraft.Client/Windows64Media/Media/skinHDWin.swf
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
|
||||||
#ifdef _DEBUG_MENUS_ENABLED
|
#if defined(_DEBUG_MENUS_ENABLED) && !defined(_CONTENT_PACKAGE)
|
||||||
#include "UI.h"
|
#include "UI.h"
|
||||||
#include "UIScene_DebugCreateSchematic.h"
|
#include "UIScene_DebugCreateSchematic.h"
|
||||||
#include "Minecraft.h"
|
#include "Minecraft.h"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#ifdef _DEBUG_MENUS_ENABLED
|
#if defined(_DEBUG_MENUS_ENABLED) && !defined(_CONTENT_PACKAGE)
|
||||||
#include "UIScene.h"
|
#include "UIScene.h"
|
||||||
#include "../../Common/GameRules/ConsoleSchematicFile.h"
|
#include "../../Common/GameRules/ConsoleSchematicFile.h"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
|
||||||
#ifdef _DEBUG_MENUS_ENABLED
|
#if defined(_DEBUG_MENUS_ENABLED) && !defined(_CONTENT_PACKAGE)
|
||||||
#include "UI.h"
|
#include "UI.h"
|
||||||
#include "UIScene_DebugSetCamera.h"
|
#include "UIScene_DebugSetCamera.h"
|
||||||
#include "Minecraft.h"
|
#include "Minecraft.h"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#ifdef _DEBUG_MENUS_ENABLED
|
#if defined(_DEBUG_MENUS_ENABLED) && !defined(_CONTENT_PACKAGE)
|
||||||
#include "UIScene.h"
|
#include "UIScene.h"
|
||||||
|
|
||||||
class UIScene_DebugSetCamera : public UIScene
|
class UIScene_DebugSetCamera : public UIScene
|
||||||
|
|
|
||||||
1929
Minecraft.Client/Windows64Media/strings.h
Normal file
1929
Minecraft.Client/Windows64Media/strings.h
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1 +1 @@
|
||||||
Subproject commit d611a6fdba2d64107faf33d03b223d14055e8a08
|
Subproject commit f3fc8574c821bf2f785fa49955a0b16dddbeb995
|
||||||
Loading…
Reference in a new issue