1/* @title: Logo */
2#include <colors.h>
3#pragma once
4
5extern const char *;
6
7extern const char *OS_LOGO_SMALL;
8
9extern const char *OS_LOGO_PANIC_CENTERED;
10