36 files changed, 332 insertions, 176 deletions
diff --git a/src/controller/actions/pan.h b/src/controller/actions/pan.h new file mode 100644 index 0000000..18ac876 --- a/dev/null +++ b/src/controller/actions/pan.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef PAN_H | ||
2 | #define PAN_H | ||
3 | |||
4 | /* | ||
5 | * Pan around the geometry. | ||
6 | */ | ||
7 | void pan (); | ||
8 | |||
9 | #endif // PAN_H | ||