aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Windows64/Miles/include/tmapi.h
diff options
context:
space:
mode:
authorGuglioIsStupid <guglioisbusiness@gmail.com>2026-03-05 19:48:12 -0500
committerGitHub <noreply@github.com>2026-03-06 07:48:12 +0700
commit8398eb16b8996df7093960bb0a5d7fc65b8229d4 (patch)
tree1e25a1a2ad9bd39881d2193fd7cbd67b93b734e2 /Minecraft.Client/Windows64/Miles/include/tmapi.h
parentf012250219abcdb0d07cd60ca2089fbb63dc222c (diff)
Miniaudio Implementation (+stb_vorbis) (#624)
* Miniaudio Implementation * Do not link miles + remove miles lib
Diffstat (limited to 'Minecraft.Client/Windows64/Miles/include/tmapi.h')
-rw-r--r--Minecraft.Client/Windows64/Miles/include/tmapi.h36
1 files changed, 0 insertions, 36 deletions
diff --git a/Minecraft.Client/Windows64/Miles/include/tmapi.h b/Minecraft.Client/Windows64/Miles/include/tmapi.h
deleted file mode 100644
index c1b56183..00000000
--- a/Minecraft.Client/Windows64/Miles/include/tmapi.h
+++ /dev/null
@@ -1,36 +0,0 @@
-// This is the null header file used to remove Telemetry calls.
-
-#define TMERR_DISABLED 1
-
-#define tmTick(...)
-#define tmPause(...)
-#define tmEnter(...)
-#define tmLeave(...)
-#define tmThreadName(...) TMERR_DISABLED
-#define tmMutexName(...) TMERR_DISABLED
-#define tmTryLock(...) TMERR_DISABLED
-#define tmEndTryLock(...)
-#define tmSetMutexState(...)
-#define tmAlloc(...)
-#define tmRealloc(...)
-#define tmFree(...)
-#define tmPlot(...)
-#define tmBlob(...) TMERR_DISABLED
-#define tmBlobEx(...) TMERR_DISABLED
-#define tmMessage(...)
-#define tmEmitAccumulationZones(...) TMERR_DISABLED
-#define tmEnterAccumulationZone(...) TMERR_DISABLED
-#define tmLeaveAccumulationZone(...) TMERR_DISABLED
-#define tmZone(...)
-#define tmSetLockState(...)
-#define tmLockName(...)
-#define tmSendCallStack(...)
-#define tmAllocEx(...)
-
-#define NTELEMETRY 1
-
-#define TM_CONTEXT_LITE(val) ((char*)(val))
-#define TM_CONTEXT_FULL(val) ((char*)(val))
-
-typedef char *HTELEMETRY;
-