mirror of https://github.com/AxioDL/metaforce.git
7 lines
96 B
C++
7 lines
96 B
C++
|
#include "logvisor/logvisor.hpp"
|
||
|
|
||
|
namespace specter
|
||
|
{
|
||
|
static logvisor::Module Log("Specter");
|
||
|
}
|