mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 02:45:34 +00:00
run IWYU on Minecraft.World
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
#include "../../Header Files/stdafx.h"
|
||||
#include <assert.h>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
#include "java/File.h"
|
||||
#include "ConsoleSaveFile.h"
|
||||
#include "ConsoleSaveFileInputStream.h"
|
||||
|
||||
class ConsoleSavePath;
|
||||
|
||||
ConsoleSaveFileInputStream::ConsoleSaveFileInputStream(
|
||||
ConsoleSaveFile* saveFile, const ConsoleSavePath& file) {
|
||||
m_saveFile = saveFile;
|
||||
|
||||
Reference in New Issue
Block a user