aboutsummaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-12-04 07:02:44 +0100
committerkdx <kikoodx@paranoici.org>2023-12-04 07:02:44 +0100
commit9c9f90bd045013e5657bb7402a46e80448c65b67 (patch)
tree51ef264ba6fcb1bf0aa69d0b2bb8ff0f853ecb9e /headers
parentb5927ba9a22dd256603b81d452fdb3cfaf0dc2ba (diff)
downloadtzr-9c9f90bd045013e5657bb7402a46e80448c65b67.tar.gz
drop SDL2_ttf support
Diffstat (limited to 'headers')
-rw-r--r--headers/TZR_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/headers/TZR_types.h b/headers/TZR_types.h
index e7d13fc..06d9d41 100644
--- a/headers/TZR_types.h
+++ b/headers/TZR_types.h
@@ -8,7 +8,6 @@ enum TZR_ResourceType {
TZR_RES_RAW,
TZR_RES_IMAGE,
TZR_RES_SOUND,
- TZR_RES_FONT,
___TZR_RES_COUNT
};