mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-05-25 12:14:34 +00:00
Trial code is almost cleaned. Consoles are now unused. stdafx unbloat for Minecraft.Client
12 lines
124 B
C++
12 lines
124 B
C++
#pragma once
|
|
|
|
class CMinecraftUtils
|
|
{
|
|
public:
|
|
CMinecraftUtils();
|
|
|
|
fs::path GetExeDir();
|
|
};
|
|
|
|
extern CMinecraftUtils utils;
|