Project

General

Profile

Statistics
| Revision:

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

History | View | Annotate | Download (237 Bytes)

1
#ifndef ZOMBIE_H_INCLUDED
2
#define ZOMBIE_H_INCLUDED
3

    
4
#include "zombie.xpm"
5
#include "graph.h"
6

    
7
static basic_sprite_t* get_zombie(void){
8
    return basic_sprite_ctor((const char *const *)zombie_xpm, 34, 34);
9
}
10

    
11
#endif //ZOMBIE_H_INCLUDED