1
0
Fork 0
mirror of https://git.sr.ht/~kikoodx/sle synced 2021-05-23 12:50:56 +02:00
sle/include/tile_picker/main.h

9 lines
216 B
C
Raw Normal View History

/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright (C) 2021 KikooDX */
#pragma once
#include "shared_data.h"
2021-03-26 01:33:39 +01:00
int tile_picker_main(char *tileset_path,
struct SharedData *shared_data);