aboutsummaryrefslogtreecommitdiff
path: root/src/resource.h
blob: df91e3738b0aa4499ee5b9bbde859c2a1766db37 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __RES_H__
#define __RES_H__

#include <stdint.h>
#include "xbm.h"

extern xbm_t bluetooth;
extern xbm_t splash;

#endif /* __RES_H__ */