36 files changed, 332 insertions, 176 deletions
diff --git a/src/controller/actions/pan.c b/src/controller/actions/pan.c new file mode 100644 index 0000000..cdc5cad --- a/dev/null +++ b/src/controller/actions/pan.c | |||
@@ -0,0 +1,8 @@ | |||
1 | #include "pan.h" | ||
2 | |||
3 | void | ||
4 | pan () | ||
5 | { | ||
6 | |||
7 | return; | ||
8 | } | ||