summaryrefslogtreecommitdiff
path: root/other/monolith.h
diff options
context:
space:
mode:
Diffstat (limited to 'other/monolith.h')
-rw-r--r--other/monolith.h38
1 files changed, 0 insertions, 38 deletions
diff --git a/other/monolith.h b/other/monolith.h
deleted file mode 100644
index 356252f2..00000000
--- a/other/monolith.h
+++ /dev/null
@@ -1,38 +0,0 @@
1#include "../toxcore/tox.c"
2
3#include "../toxcore/DHT.c"
4#include "../toxcore/LAN_discovery.c"
5#include "../toxcore/Messenger.c"
6#include "../toxcore/TCP_client.c"
7#include "../toxcore/TCP_connection.c"
8#include "../toxcore/TCP_server.c"
9#include "../toxcore/crypto_core.c"
10#include "../toxcore/crypto_core_mem.c"
11#include "../toxcore/friend_connection.c"
12#include "../toxcore/friend_requests.c"
13#include "../toxcore/group.c"
14#include "../toxcore/list.c"
15#include "../toxcore/logger.c"
16#include "../toxcore/mono_time.c"
17#include "../toxcore/network.c"
18#include "../toxcore/net_crypto.c"
19#include "../toxcore/onion.c"
20#include "../toxcore/onion_announce.c"
21#include "../toxcore/onion_client.c"
22#include "../toxcore/ping.c"
23#include "../toxcore/ping_array.c"
24#include "../toxcore/state.c"
25#include "../toxcore/tox_api.c"
26#include "../toxcore/util.c"
27
28#include "../toxav/audio.c"
29#include "../toxav/bwcontroller.c"
30#include "../toxav/groupav.c"
31#include "../toxav/msi.c"
32#include "../toxav/ring_buffer.c"
33#include "../toxav/rtp.c"
34#include "../toxav/toxav.c"
35#include "../toxav/toxav_old.c"
36#include "../toxav/video.c"
37
38#include "../toxencryptsave/toxencryptsave.c"