You've already forked pico-loader
mirror of
https://github.com/LNH-team/pico-loader.git
synced 2026-01-09 16:28:35 -08:00
Initial commit
This commit is contained in:
11
arm9/source/errorDisplay/ErrorDisplay.h
Normal file
11
arm9/source/errorDisplay/ErrorDisplay.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
/// @brief Class for displaying a critical error message.
|
||||
class ErrorDisplay
|
||||
{
|
||||
public:
|
||||
/// @brief Displays the given \p errorString and loops.
|
||||
/// @note This function does not return.
|
||||
/// @param errorString The error string to display.
|
||||
void PrintError(const char* errorString);
|
||||
};
|
||||
Reference in New Issue
Block a user