15 lines
247 B
C++
15 lines
247 B
C++
|
/***
|
||
|
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
||
|
|
||
|
File: Telemetery.hpp
|
||
|
Date: 2021-6-9
|
||
|
Author: Reece
|
||
|
***/
|
||
|
#pragma once
|
||
|
|
||
|
#include "BlackBox.hpp"
|
||
|
|
||
|
namespace Aurora::Telemetry
|
||
|
{
|
||
|
AUKN_SYM void Mayday();
|
||
|
}
|