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.h | |
| 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.h')
| -rw-r--r-- | Minecraft.Client/Common/ConsoleGameMode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.Client/Common/ConsoleGameMode.h b/Minecraft.Client/Common/ConsoleGameMode.h index 3e486cbf..983381b5 100644 --- a/Minecraft.Client/Common/ConsoleGameMode.h +++ b/Minecraft.Client/Common/ConsoleGameMode.h @@ -1,5 +1,5 @@ #pragma once -#include "..\Common\Tutorial\TutorialMode.h" +#include ".\Tutorial\TutorialMode.h" class ConsoleGameMode : public TutorialMode { @@ -7,4 +7,4 @@ public: ConsoleGameMode(int iPad, Minecraft *minecraft, ClientConnection *connection); virtual bool isImplemented() { return true; } -};
\ No newline at end of file +}; |
