summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authoriphydf <iphydf@users.noreply.github.com>2018-07-09 13:40:36 +0000
committeriphydf <iphydf@users.noreply.github.com>2018-07-09 20:36:39 +0000
commitc8697ccc20e12b0f4a2394c10f01ce147eeca269 (patch)
tree88a2fbf4455b9fdfc58d15865340b1a184191483 /other
parent751d0948abfd69629d32fabb1f505ff7ad7fb078 (diff)
Move `load_state` and its helper functions to their own module.
Diffstat (limited to 'other')
-rw-r--r--other/monolith.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/monolith.h b/other/monolith.h
index 42b6b6be..426ba0d9 100644
--- a/other/monolith.h
+++ b/other/monolith.h
@@ -20,6 +20,7 @@
20#include "../toxcore/onion_client.c" 20#include "../toxcore/onion_client.c"
21#include "../toxcore/ping.c" 21#include "../toxcore/ping.c"
22#include "../toxcore/ping_array.c" 22#include "../toxcore/ping_array.c"
23#include "../toxcore/state.c"
23#include "../toxcore/tox_api.c" 24#include "../toxcore/tox_api.c"
24#include "../toxcore/util.c" 25#include "../toxcore/util.c"
25 26