#ifndef __widget_hpp #define __widget_hpp namespace UI { #define WIDGET_ID 1 int widget_cb(); } #endif