#ifndef __VUE_H__ #define __VUE_H__ #ifdef __cplusplus extern "C" { #endif /* API management */ #ifndef VUEAPI #define VUEAPI extern #endif /* Header includes */ #include #include #ifdef __cplusplus } #endif #endif /* __VUE_H__ */