Something went wrong. Try again.
the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
Something went wrong. Try again.
254 B · 11 lines
C++
at main
1234567891011#include "stdafx.h"#include "File.h"#include "InputOutputStream.h"#include "InputStream.h"
InputStream *InputStream::getResourceAsStream(const wstring &fileName){ File file( fileName );
return file.exists() ? new FileInputStream( file ) : NULL;}