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.
257 B · 20 lines
C
at master
1234567891011121314151617181920#pragma once#ifdef _XBOX//using namespace std;namespace std{ namespace tr1 {
template<class T> class hash< shared_ptr<T> > { public: size_t operator()(const shared_ptr<T>& key) const { return (size_t)key.get(); } }; }}#endif