summaryrefslogtreecommitdiff
path: root/other/monolith.h
blob: 356252f22e741d3d338c9127b4f3f1465e2e3363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#include "../toxcore/tox.c"

#include "../toxcore/DHT.c"
#include "../toxcore/LAN_discovery.c"
#include "../toxcore/Messenger.c"
#include "../toxcore/TCP_client.c"
#include "../toxcore/TCP_connection.c"
#include "../toxcore/TCP_server.c"
#include "../toxcore/crypto_core.c"
#include "../toxcore/crypto_core_mem.c"
#include "../toxcore/friend_connection.c"
#include "../toxcore/friend_requests.c"
#include "../toxcore/group.c"
#include "../toxcore/list.c"
#include "../toxcore/logger.c"
#include "../toxcore/mono_time.c"
#include "../toxcore/network.c"
#include "../toxcore/net_crypto.c"
#include "../toxcore/onion.c"
#include "../toxcore/onion_announce.c"
#include "../toxcore/onion_client.c"
#include "../toxcore/ping.c"
#include "../toxcore/ping_array.c"
#include "../toxcore/state.c"
#include "../toxcore/tox_api.c"
#include "../toxcore/util.c"

#include "../toxav/audio.c"
#include "../toxav/bwcontroller.c"
#include "../toxav/groupav.c"
#include "../toxav/msi.c"
#include "../toxav/ring_buffer.c"
#include "../toxav/rtp.c"
#include "../toxav/toxav.c"
#include "../toxav/toxav_old.c"
#include "../toxav/video.c"

#include "../toxencryptsave/toxencryptsave.c"