This commit is contained in:
Daniel McGuire
2026-03-03 20:52:51 -06:00
parent 6bbeccbf28
commit 6650c1fcf9
2 changed files with 5 additions and 439 deletions

5
Minecraft.Mod/Mod.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "../Minecraft.Client/Minecraft.h"
void minecraft_mod(Minecraft* minecraft) {
...
}