the game where you go into mines and start crafting! but for consoles (forked directly from smartcmd's github)
at master 36 lines 948 B view raw
1// This is the null header file used to remove Telemetry calls. 2 3#define TMERR_DISABLED 1 4 5#define tmTick(...) 6#define tmPause(...) 7#define tmEnter(...) 8#define tmLeave(...) 9#define tmThreadName(...) TMERR_DISABLED 10#define tmMutexName(...) TMERR_DISABLED 11#define tmTryLock(...) TMERR_DISABLED 12#define tmEndTryLock(...) 13#define tmSetMutexState(...) 14#define tmAlloc(...) 15#define tmRealloc(...) 16#define tmFree(...) 17#define tmPlot(...) 18#define tmBlob(...) TMERR_DISABLED 19#define tmBlobEx(...) TMERR_DISABLED 20#define tmMessage(...) 21#define tmEmitAccumulationZones(...) TMERR_DISABLED 22#define tmEnterAccumulationZone(...) TMERR_DISABLED 23#define tmLeaveAccumulationZone(...) TMERR_DISABLED 24#define tmZone(...) 25#define tmSetLockState(...) 26#define tmLockName(...) 27#define tmSendCallStack(...) 28#define tmAllocEx(...) 29 30#define NTELEMETRY 1 31 32#define TM_CONTEXT_LITE(val) ((char*)(val)) 33#define TM_CONTEXT_FULL(val) ((char*)(val)) 34 35typedef char *HTELEMETRY; 36