Initial commit
Start a new clean history from here.
This commit is contained in:
8
app/src/screen.h
Normal file
8
app/src/screen.h
Normal 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
|
||||
Reference in New Issue
Block a user