mirror of
https://github.com/ndeadly/MissionControl
synced 2024-12-04 01:59:12 +00:00
9 lines
107 B
C++
9 lines
107 B
C++
#pragma once
|
|
|
|
#include <switch.h>
|
|
|
|
namespace mc::error {
|
|
|
|
void DisplayMessage(const char *message);
|
|
|
|
}
|