#ifndef SCREEN_H #define SCREEN_H #include int show_screen(const char *serial, Uint16 local_port); #endif