Clean up file names, add namespace
[profile/ivi/org.tizen.video-player.git] / src / hb-common.h
1 #ifndef HB_COMMON_H
2 #define HB_COMMON_H
3
4 #include <stdint.h>
5
6 # ifdef __cplusplus
7 #  define HB_BEGIN_DECLS() extern "C" { extern int hb_dummy_prototype (int)
8 #  define HB_END_DECLS() } extern "C" int hb_dummy_prototype (int)
9 # else /* !__cplusplus */
10 #  define HB_BEGIN_DECLS()   extern int hb_dummy_prototype (int)
11 #  define HB_END_DECLS()     extern int hb_dummy_prototype (int)
12 # endif /* !__cplusplus */
13
14 #endif /* HB_COMMON_H */