36 files changed, 332 insertions, 176 deletions
diff --git a/src/controller/actions/zoom.h b/src/controller/actions/zoom.h new file mode 100644 index 0000000..bd5b852 --- a/dev/null +++ b/src/controller/actions/zoom.h | |||
@@ -0,0 +1,9 @@ | |||
1 | #ifndef ZOOM_H | ||
2 | #define ZOOM_H | ||
3 | |||
4 | /* | ||
5 | * Perform a zoom operation. | ||
6 | */ | ||
7 | void zoom (int x1, int y1, int x2, int y2); | ||
8 | |||
9 | #endif // ZOOM_H | ||