aboutsummaryrefslogtreecommitdiff
path: root/headers/TZR_types.h
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-02-14 03:39:15 +0100
committerkdx <kikoodx@paranoici.org>2023-02-14 03:40:29 +0100
commit82575e81dfe84f515906251032b6bc792f8e59ca (patch)
tree644ef5788ac40114c53b42c9958aa49aa535a0c4 /headers/TZR_types.h
parenta797900cbf5ccb781f06891b1b6973a970b85ae3 (diff)
downloadtzr-82575e81dfe84f515906251032b6bc792f8e59ca.tar.gz
reload and watch resources
Diffstat (limited to 'headers/TZR_types.h')
-rw-r--r--headers/TZR_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/headers/TZR_types.h b/headers/TZR_types.h
index 1d8da5c..e209a7a 100644
--- a/headers/TZR_types.h
+++ b/headers/TZR_types.h
@@ -45,6 +45,7 @@ struct TZR_Image {
struct TZR_Resource {
TZR_ResourceType type;
char *path; /* allocated and freed by TZR; can be NULL */
+ long mtime;
union {
TZR_Raw raw; /* raw file data */
TZR_Image image;