aboutsummaryrefslogtreecommitdiff
path: root/src/resource.h
diff options
context:
space:
mode:
authorFrançois Cartegnie <281376+fcartegnie@users.noreply.github.com>2024-06-11 11:29:21 +0700
committerGitHub <noreply@github.com>2024-06-11 11:29:21 +0700
commit1ae34de744aac664df8780365a549ea31c57ec13 (patch)
tree2cef86d7bb4e057a40c1d39c909910f96bc68056 /src/resource.h
parent0d4a46593ce616f8a7a9eb93648b279f5dbee70d (diff)
parent8815700322c0c10cb0528b047b2c7604c2eeb053 (diff)
Merge pull request #13 from kienvo/xbm-support
Add support for .xbm bitmap file
Diffstat (limited to 'src/resource.h')
-rw-r--r--src/resource.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/resource.h b/src/resource.h
new file mode 100644
index 0000000..df91e37
--- /dev/null
+++ b/src/resource.h
@@ -0,0 +1,10 @@
+#ifndef __RES_H__
+#define __RES_H__
+
+#include <stdint.h>
+#include "xbm.h"
+
+extern xbm_t bluetooth;
+extern xbm_t splash;
+
+#endif /* __RES_H__ */