9 lines
162 B
C
9 lines
162 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
// Copyright (c) 2025 0xKarinyash
|
|
|
|
#pragma once
|
|
#include <drivers/shitgui.h>
|
|
|
|
void show_splash(SG_Context *sg_ctx);
|
|
|