9 lines
184 B
C
9 lines
184 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
// Copyright (c) 2026 0xKarinyash
|
|
|
|
#pragma once
|
|
#include <IO/IOGraphics.h>
|
|
|
|
void SplashShow(IOGraphicsContext* IOGraphicsContextPointer);
|
|
|