/* SPDX-License-Identifier: GPL-3.0-or-later */ /* Copyright (C) 2021 KikooDX */ #include "conf.h" #include "levelselection.h" #include "zxcolors.h" #include void levelselection_draw(struct LevelSelection levelselection) { dprint(0, 0, ZX_WHITE, ".pack_cursor=%d", levelselection.pack_cursor); }