* Move client/common/ and client/network/ into common/ and network/ respectively.

This commit is contained in:
iProgramInCpp
2023-08-19 10:05:48 +03:00
parent a689ee7365
commit 919e4d8625
92 changed files with 238 additions and 238 deletions

View File

@@ -9,7 +9,7 @@
#pragma once
#include "../GuiComponent.hpp"
#include "client/common/Utils.hpp"
#include "common/Utils.hpp"
class Minecraft;