summaryrefslogblamecommitdiffstats
path: root/friendfinder/draw_user.h
blob: d59d05eff769b417a21ae98d3e21c58490c2fd32 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                          
#ifndef __DRAW_USER_H_
#define __DRAW_USER_H_

#include "Evas.h"
#include "receiver.h"

void init_draw_user(Evas_Object *_win, Evas_Object *_map);

void draw_user(struct position *pos);

#endif