From 242137754a79f868401e2f6695ed3a6db3a94327 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 2 Aug 2018 19:06:57 -0700 Subject: Fix a couple of default targets --- stateview.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stateview.c') diff --git a/stateview.c b/stateview.c index e75a688..b44c0b2 100644 --- a/stateview.c +++ b/stateview.c @@ -79,6 +79,10 @@ void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16 { } +void controller_add_mappings() +{ +} + tern_node * config; int headless = 0; -- cgit v1.2.3