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









                                                          

                            
                                              



                           



                         
      
#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);

void set_dist(int distance);

void set_own_position(double lat, double lon);

void enable_map_bubbles();

void disable_map_bubbles();

double get_current_lat();

double get_current_lon();
#endif