sle/include/scale.h

12 lines
319 B
C
Raw Normal View History

2021-04-17 17:22:41 +02:00
/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright (C) 2021 KikooDX */
#pragma once
#include "options.h"
#include <raylib.h>
float scale_editor(struct Options options);
Vector2 offset_editor(struct Options options);
float scale_picker(struct Options options);
Vector2 offset_picker(struct Options options);