#ifndef remote_h #define remote_h #include #include #include typedef struct struct_message { int action; } struct_message; void handleRemoteSetup(); #endif