Project

General

Profile

Statistics
| Revision:

root / proj / media / xpm / zombie.h @ 315

History | View | Annotate | Download (224 Bytes)

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