Project

General

Profile

Statistics
| Revision:

root / proj / src / media / xpm / zombie.h

History | View | Annotate | Download (237 Bytes)

1 303 up20180642
#ifndef ZOMBIE_H_INCLUDED
2
#define ZOMBIE_H_INCLUDED
3
4
#include "zombie.xpm"
5
#include "graph.h"
6
7 321 up20180642
static basic_sprite_t* get_zombie(void){
8
    return basic_sprite_ctor((const char *const *)zombie_xpm, 34, 34);
9 303 up20180642
}
10
11
#endif //ZOMBIE_H_INCLUDED