9 lines
122 B
C
9 lines
122 B
C
|
#ifndef SCREEN_H
|
||
|
#define SCREEN_H
|
||
|
|
||
|
#include <SDL2/SDL.h>
|
||
|
|
||
|
int show_screen(const char *serial, Uint16 local_port);
|
||
|
|
||
|
#endif
|