aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'headers/TZR_resource.h')
-rw-r--r--headers/TZR_resource.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/headers/TZR_resource.h b/headers/TZR_resource.h
index 06f0763..87373f0 100644
--- a/headers/TZR_resource.h
+++ b/headers/TZR_resource.h
@@ -1,6 +1,8 @@
#pragma once
#include "TZR_types.h"
+#define TZR_RES TZR_LoadResource
+
/* Return 0 on error. */
[[nodiscard]]
TZR_Uint TZR_LoadResourceFromMemory(TZR_ResourceType type, const void *data, int size);