Version : 150811
[apps/native/sample/adventure.git] / inc / map.h
index 9ad4667..8af3788 100644 (file)
--- a/inc/map.h
+++ b/inc/map.h
@@ -12,5 +12,6 @@ typedef struct _city_data_s {
 Evas_Object *create_momentic_layout(Evas_Object *parent, const char *full_path);
 Eina_Bool add_city_to_map(int idx, city_s *ci);
 Eina_Bool remove_city_from_map(int idx);
+void button_effect(Evas_Object *btn);
 
 #endif