mirror of
https://github.com/SatDump/SatDump
synced 2026-08-13 17:47:30 -04:00
13 lines
No EOL
207 B
C++
13 lines
No EOL
207 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace satdump
|
|
{
|
|
namespace error
|
|
{
|
|
extern bool hasError;
|
|
void set_error(std::string title, std::string description);
|
|
void render();
|
|
}
|
|
} |