scrcpy/app/src/util
Romain Vimont 0ba74fbd9a Make scrcpy.h independant of other headers
The header scrcpy.h is intended to be the "public" API. It should not
depend on other internal headers.

Therefore, declare all required structs in this header and adapt
internal code.
2020-06-19 22:30:02 +02:00
..
buffer_util.h Correct coding style 2019-12-04 19:24:59 +01:00
cbuf.h Move utilities to util/ 2019-11-24 11:53:23 +01:00
lock.h Assert return value of mutex functions 2019-11-27 21:40:58 +01:00
log.h Make scrcpy.h independant of other headers 2020-06-19 22:30:02 +02:00
net.c Simplify net.c 2019-12-15 22:04:09 +01:00
net.h Move utilities to util/ 2019-11-24 11:53:23 +01:00
queue.h Replace SDL_assert() by assert() 2019-11-27 21:19:46 +01:00
str_util.c Add util function to parse a list of integers 2020-01-18 17:21:00 +01:00
str_util.h Add util function to parse a list of integers 2020-01-18 17:21:00 +01:00