aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_light.h
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-05-11 00:40:55 +0200
committerkdx <kikoodx@paranoici.org>2023-05-11 00:42:21 +0200
commit6ab047e30169ebf8f440d87dae68e0fdf6cc239f (patch)
tree333f4947779e2a5223c7b248b3234ac514ef14f0 /headers/TZR_light.h
parenta4112e4311eb226c4f43cb697aa7f6c34bd7b9a5 (diff)
downloadtzr-6ab047e30169ebf8f440d87dae68e0fdf6cc239f.tar.gz
depreciate light system
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);