aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/libraries/SledjHamr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libraries/SledjHamr.h')
-rw-r--r--src/libraries/SledjHamr.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/libraries/SledjHamr.h b/src/libraries/SledjHamr.h
index 893d90e..2351507 100644
--- a/src/libraries/SledjHamr.h
+++ b/src/libraries/SledjHamr.h
@@ -1,3 +1,6 @@
1#ifndef _SLEDJHAMR_H_
2#define _SLEDJHAMR_H_
3
1 4
2#define EFL_API_OVERRIDE 1 5#define EFL_API_OVERRIDE 1
3/* Enable access to unstable EFL API that are still in beta */ 6/* Enable access to unstable EFL API that are still in beta */
@@ -5,10 +8,11 @@
5/* Enable access to unstable EFL EO API. */ 8/* Enable access to unstable EFL EO API. */
6#define EFL_EO_API_SUPPORT 1 9#define EFL_EO_API_SUPPORT 1
7 10
8#include <stdio.h>
9#include <ctype.h> 11#include <ctype.h>
10 12
11#include <Elementary.h> 13#include <Elementary.h>
12 14
13 15
14void HamrTime(void *elm_main, char *domain); 16void HamrTime(void *elm_main, char *domain);
17
18#endif