nuke empty stdafx source files

This commit is contained in:
Tropical 2026-03-30 12:56:14 -05:00
parent da1d6d8e97
commit 44f6982e96
2 changed files with 0 additions and 16 deletions

View file

@ -1,8 +0,0 @@
// stdafx.cpp : source file that includes just the standard includes
// Minecraft.Client.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "Minecraft.World/Header Files/stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file

View file

@ -1,8 +0,0 @@
// stdafx.cpp : source file that includes just the standard includes
// Minecraft.World.pch will be the pre-compiled header
// stdafx.obj will contain the pre-compiled type information
#include "../Header Files/stdafx.h"
// TODO: reference any additional headers you need in STDAFX.H
// and not in this file