aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/SledjHamr.h
blob: 893d90ebed49d827556f8eedb9690f36b7a00cbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#define EFL_API_OVERRIDE 1
/* Enable access to unstable EFL API that are still in beta */
#define EFL_BETA_API_SUPPORT 1
/* Enable access to unstable EFL EO API. */
#define EFL_EO_API_SUPPORT 1

#include <stdio.h>
#include <ctype.h>

#include <Elementary.h>


void HamrTime(void *elm_main, char *domain);