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.
313 B · 11 lines
C
at main
1234567891011#pragma onceusing namespace std;
#include "StitchedTexture.h"
// 4J Added this class to store the uv data that we have pre-calculated and loaded from a fileclass SimpleIcon : public StitchedTexture{public: SimpleIcon(const wstring &name, const wstring &filename, float u0, float v0, float u1, float v1);};