From 10fca58ba81c3c9bc14212d4ae4c7bc83deafcec Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Tue, 19 Apr 2022 15:30:40 -0700 Subject: til: wire up modules/checkers expose the checkers module to the rest of the world --- src/til.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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, -- cgit v1.2.1