aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_light.h
diff options
context:
space:
mode:
Diffstat (limited to 'headers/TZR_light.h')
-rw-r--r--headers/TZR_light.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/headers/TZR_light.h b/headers/TZR_light.h
deleted file mode 100644
index 6d55944..0000000
--- a/headers/TZR_light.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#if __STDC_VERSION__ > 201710L
-[[nodiscard]]
-#endif
-int TZR_LightBegin(void);
-
-#if __STDC_VERSION__ > 201710L
-[[nodiscard]]
-#endif
-int TZR_LightEnd(void);