0cd61d6db0776679cd1cf4b338cd09f5a0a04940
[apps/native/sample/adventure.git] / new / inc / point.h
1 #ifndef __POINT_H__
2 #define __POINT_H__
3
4 #include <Elementary.h>
5 #include "adventure.h"
6
7 extern Evas_Object *point_create(Evas_Object *parent, point_info_s *point_info);
8 extern void *point_destroy(Evas_Object *point);
9
10 #endif /* __POINT_H__ */