sle/include/editing_area/draw.h

12 lines
314 B
C

/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright (C) 2021 KikooDX */
#pragma once
#include "level.h"
#include "options.h"
#include <raylib.h>
void level_draw(struct Level level, struct Options options,
Texture2D tileset);
void editor_mouse_draw(struct Options options, int x, int y);