mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-22 09:15:53 +00:00
restructure codebase according to vcproj filters
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "../../Header Files/stdafx.h"
|
||||
#include "../File.h"
|
||||
#include "InputOutputStream.h"
|
||||
#include "InputStream.h"
|
||||
|
||||
InputStream* InputStream::getResourceAsStream(const std::wstring& fileName) {
|
||||
File file(fileName);
|
||||
return file.exists() ? new FileInputStream(file) : nullptr;
|
||||
}
|
||||
Reference in New Issue
Block a user