2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-03 20:15:34 +00:00
metaforce/specter/lib/Specter.cpp
2015-12-02 17:26:50 -10:00

7 lines
99 B
C++

#include <LogVisor/LogVisor.hpp>
namespace Specter
{
static LogVisor::LogModule Log("Specter");
}