momento/src/titlescreen/draw.c

13 lines
232 B
C

/* SPDX-License-Identifier: GPL-3.0-or-later */
/* Copyright (C) 2021 KikooDX */
#include "conf.h"
#include "titlescreen.h"
#include "zxcolors.h"
#include <gint/display.h>
void
titlescreen_draw(struct TitleScreen titlescreen)
{
}