mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-24 13:34:40 +00:00
chore: format Minecraft.World
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
#include "InputOutputStream.h"
|
||||
#include "InputStream.h"
|
||||
|
||||
InputStream *InputStream::getResourceAsStream(const std::wstring &fileName)
|
||||
{
|
||||
return new FileInputStream( File( fileName ) );
|
||||
InputStream* InputStream::getResourceAsStream(const std::wstring& fileName) {
|
||||
return new FileInputStream(File(fileName));
|
||||
}
|
||||
Reference in New Issue
Block a user