Initial commit

Start a new clean history from here.
This commit is contained in:
Romain Vimont
2017-12-12 15:12:07 +01:00
commit 54d9148a36
29 changed files with 1537 additions and 0 deletions

8
app/src/screen.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef SCREEN_H
#define SCREEN_H
#include <SDL2/SDL.h>
int show_screen(const char *serial, Uint16 local_port);
#endif