2017-12-12 22:12:07 +08:00
|
|
|
#ifndef SCREEN_H
|
|
|
|
#define SCREEN_H
|
|
|
|
|
2017-12-16 00:34:16 +08:00
|
|
|
#include <SDL2/SDL_stdinc.h>
|
2017-12-12 22:12:07 +08:00
|
|
|
|
2017-12-15 18:27:11 +08:00
|
|
|
SDL_bool show_screen(const char *serial, Uint16 local_port);
|
2017-12-12 22:12:07 +08:00
|
|
|
|
|
|
|
#endif
|