mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Move utilities to util/
This commit is contained in:
parent
83ace84280
commit
dfd0707a29
40 changed files with 58 additions and 57 deletions
|
|
@ -6,10 +6,10 @@
|
|||
#include <SDL2/SDL_thread.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "cbuf.h"
|
||||
#include "control_msg.h"
|
||||
#include "net.h"
|
||||
#include "receiver.h"
|
||||
#include "util/cbuf.h"
|
||||
#include "util/net.h"
|
||||
|
||||
struct control_msg_queue CBUF(struct control_msg, 64);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue