2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-17 12:45:53 +00:00
metaforce/DataSpec/Logging.hpp
2015-07-05 15:33:06 -10:00

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__