summaryrefslogtreecommitdiff
path: root/src/resources.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources.c')
-rw-r--r--src/resources.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources.c b/src/resources.c
index 4cf9b85c..4138c035 100644
--- a/src/resources.c
+++ b/src/resources.c
@@ -54,6 +54,7 @@ iBlock blobUk_Resources;
54iBlock blobZh_Hans_Resources; 54iBlock blobZh_Hans_Resources;
55iBlock blobZh_Hant_Resources; 55iBlock blobZh_Hant_Resources;
56iBlock imageShadow_Resources; 56iBlock imageShadow_Resources;
57iBlock imageLagrange64_Resources;
57 58
58static struct { 59static struct {
59 iBlock *data; 60 iBlock *data;
@@ -86,6 +87,7 @@ static struct {
86 { &blobZh_Hans_Resources, "lang/zh_Hans.bin" }, 87 { &blobZh_Hans_Resources, "lang/zh_Hans.bin" },
87 { &blobZh_Hant_Resources, "lang/zh_Hant.bin" }, 88 { &blobZh_Hant_Resources, "lang/zh_Hant.bin" },
88 { &imageShadow_Resources, "shadow.png" }, 89 { &imageShadow_Resources, "shadow.png" },
90 { &imageLagrange64_Resources, "lagrange-64.png" },
89}; 91};
90 92
91iBool init_Resources(const char *path) { 93iBool init_Resources(const char *path) {