summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/til.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/til.c b/src/til.c
index c5cced8..50df146 100644
--- a/src/til.c
+++ b/src/til.c
@@ -24,6 +24,7 @@
static til_threads_t *til_threads;
extern til_module_t blinds_module;
+extern til_module_t checkers_module;
extern til_module_t compose_module;
extern til_module_t drizzle_module;
extern til_module_t flui2d_module;
@@ -46,6 +47,7 @@ extern til_module_t swarm_module;
static const til_module_t *modules[] = {
&blinds_module,
+ &checkers_module,
&compose_module,
&drizzle_module,
&flui2d_module,
© All Rights Reserved