diff options
| author | void_17 <61356189+void2012@users.noreply.github.com> | 2026-03-02 14:02:09 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-02 14:02:09 +0700 |
| commit | 7eac79acc3437982795b0ab0f7260f29de11ad1b (patch) | |
| tree | 7ddb006c6f34b339999cf54e134bbdf664b45948 /Minecraft.Client/Common/ConsoleGameMode.cpp | |
| parent | 3033ba58ad72d18df65135eeb4ed214e88098e14 (diff) | |
| parent | 4f184b3a8fa13e5945f2ff62f479805f257ee4fa (diff) | |
Merge pull request #78 from WushR00M/patch-2
Optimize file paths in some include files to use relative paths
Diffstat (limited to 'Minecraft.Client/Common/ConsoleGameMode.cpp')
| -rw-r--r-- | Minecraft.Client/Common/ConsoleGameMode.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/Common/ConsoleGameMode.cpp b/Minecraft.Client/Common/ConsoleGameMode.cpp index b080e628..703d3f55 100644 --- a/Minecraft.Client/Common/ConsoleGameMode.cpp +++ b/Minecraft.Client/Common/ConsoleGameMode.cpp @@ -1,9 +1,9 @@ #include "stdafx.h" #include "ConsoleGameMode.h" -#include "..\Common\Tutorial\Tutorial.h" +#include ".\Tutorial\Tutorial.h" ConsoleGameMode::ConsoleGameMode(int iPad, Minecraft *minecraft, ClientConnection *connection) : TutorialMode(iPad, minecraft, connection) { tutorial = new Tutorial(iPad); -}
\ No newline at end of file +} |
