minilauncher-for-slippi/home.h

15 lines
226 B
C
Raw Permalink Normal View History

2023-09-07 19:42:19 -07:00
#ifndef HOME_H
#define HOME_H
#define EFL_BETA_API_SUPPORT
#include <Ecore.h>
#include <Efl_Ui.h>
#include <Elementary.h>
extern Evas_Object* tab_home;
Evas_Object*
2023-09-07 19:42:19 -07:00
tab_home_setup(Evas_Object* parent);
#endif /* HOME_H */