Basic routine : type -> select
[apps/native/sample/adventure.git] / inc / item.h
index ecf2300..086b52c 100644 (file)
@@ -2,8 +2,9 @@
 #define __MOMENTIC_ITEM_H__
 
 #include <Elementary.h>
+#include "main_view.h"
 
-extern Evas_Object *item_create_typing(Evas_Object *parent, int city);
+extern Evas_Object *item_create_typing(Evas_Object *parent, int city, main_view_s *main_view_info);
 extern void item_destroy_typing(Evas_Object *item);
 
 extern Evas_Object *item_create_selecting(Evas_Object *parent, int city, int color);