#pragma once #include #ifdef __cplusplus extern "C" { #endif BwString* Event_getText(const Event* self); #ifdef __cplusplus } // extern "C" #endif