the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at main 10 lines 170 B view raw
1#pragma once 2#include "DLCFile.h" 3 4class DLCCapeFile : public DLCFile 5{ 6public: 7 DLCCapeFile(const wstring &path); 8 9 virtual void addData(PBYTE pbData, DWORD dwBytes); 10};