mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-17 12:45:53 +00:00
12 lines
201 B
C++
12 lines
201 B
C++
#ifndef __RETRO_DATASPEC_LOGGING__
|
|
#define __RETRO_DATASPEC_LOGGING__
|
|
|
|
#include <LogVisor/LogVisor.hpp>
|
|
|
|
namespace Retro
|
|
{
|
|
extern LogVisor::LogModule LogModule;
|
|
}
|
|
|
|
#endif // __RETRO_DATASPEC_LOGGING__
|