root / proj / src / media / xpm / nothing.h
History | View | Annotate | Download (243 Bytes)
1 | 193 | up20180642 | #ifndef NOTHING_H_INCLUDED
|
---|---|---|---|
2 | #define NOTHING_H_INCLUDED
|
||
3 | |||
4 | #include "nothing.xpm" |
||
5 | 286 | up20180642 | #include "graph.h" |
6 | 193 | up20180642 | |
7 | 321 | up20180642 | static basic_sprite_t* get_nothing(void){ |
8 | return basic_sprite_ctor((const char *const *)nothing_xpm, 34, 34); |
||
9 | 193 | up20180642 | } |
10 | |||
11 | #endif //NOTHING_H_INCLUDED |