mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-03 10:55:40 +00:00
7 lines
99 B
C++
7 lines
99 B
C++
#include <LogVisor/LogVisor.hpp>
|
|
|
|
namespace Specter
|
|
{
|
|
static LogVisor::LogModule Log("Specter");
|
|
}
|