/* SPDX-License-Identifier: GPL-3.0-or-later */ /* Copyright (C) 2021 KikooDX */ #pragma once #include "options.h" #include float scale_editor(struct Options options); Vector2 offset_editor(struct Options options); float scale_picker(struct Options options); Vector2 offset_picker(struct Options options);